To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雅ι?? | 100010011110101110000011110001110011111100111111 | 89eb83c73f3f |
EUC-JP | 雅ι?獒 | 1011001011101101101001101100100100111111100011111100101110111011 | b2eda6c93f8fcbbb |
UTF-8 | 雅ι틶獒 | 1110100110011011100001011100111010111001111011011000101110110110111001111000110110010010 | e99b85ceb9ed8bb6e78d92 |
UHC | 雅ι틶獒 | 1110010010111010101001011110100110111010100111011110100010100011 | e4baa5e9ba9de8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)