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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 涯?涯?B | 10001010010101010011111110001010010101010011111101000010 | 8a553f8a553f42 |
EUC-JP | 涯?涯?B | 10110011101101100011111110110011101101100011111101000010 | b3b63fb3b63f42 |
UTF-8 | 涯퍉涯퍉B | 11100110101101101010111111101101100011011000100111100110101101101010111111101101100011011000100101000010 | e6b6afed8d89e6b6afed8d8942 |
UHC | 涯퍉涯퍉B | 111001001111001110111011011110101110010011110011101110110111101001000010 | e4f3bb7ae4f3bb7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)