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 | 111000001010110011100000110101011110000010101100111000011101101101000010 | e0ace0d5e0ace1db42 |
EUC-JP | 牀獨牀瞻B | 111000001010111011100000110101111110000010101110111000101101110101000010 | e0aee0d7e0aee2dd42 |
UTF-8 | 牀獨牀瞻B | 11100111100010011000000011100111100011011010100011100111100010011000000011100111100111101011101101000010 | e78980e78da8e78980e79ebb42 |
UHC | 牀獨牀瞻B | 110111111101000111010100101111001101111111010001111101001101011101000010 | dfd1d4bcdfd1f4d742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)