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 | 00111111100110111111011100111111100110111111011101000010 | 3f9bf73f9bf742 |
EUC-JP | ?庠?庠B | 00111111110101101111100100111111110101101111100101000010 | 3fd6f93fd6f942 |
UTF-8 | 롒庠롒庠B | 11101011101000011001001011100101101110101010000011101011101000011001001011100101101110101010000001000010 | eba192e5baa0eba192e5baa042 |
UHC | 롒庠롒庠B | 100011101101011111011111110010101000111011010111110111111100101001000010 | 8ed7dfca8ed7dfca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)