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 | 11100000100100100011111111100000100100100011111101000010 | e0923fe0923f42 |
EUC-JP | 熬?熬?B | 11011111111100100011111111011111111100100011111101000010 | dff23fdff23f42 |
UTF-8 | 熬퓆熬퓆B | 11100111100001101010110011101101100100111000011011100111100001101010110011101101100100111000011001000010 | e786aced9386e786aced938642 |
UHC | 熬퓆熬퓆B | 111010001010001010111111011011101110100010100010101111110110111001000010 | e8a2bf6ee8a2bf6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)