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 | ??HhTB | 001111110011111101001000011010000101010001000010 | 3f3f48685442 |
SJIS-WIN | ?茄HhTB | 00111111100010011101011001001000011010000101010001000010 | 3f89d648685442 |
EUC-JP | ?茄HhTB | 00111111101100101101100001001000011010000101010001000010 | 3fb2d848685442 |
UTF-8 | 룶茄HhTB | 11101011101000111011011011101000100011001000010001001000011010000101010001000010 | eba3b6e88c8448685442 |
UHC | 룶茄HhTB | 1000111110101011110010101011010101001000011010000101010001000010 | 8fabcab548685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)