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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驛??碣俑 | 1110100110000011001111110011111111100001111100001001100011011010 | e9833f3fe1f098da |
EUC-JP | 驛??碣俑 | 1111000111100011001111110011111111100010111100101101000011011100 | f1e33f3fe2f2d0dc |
UTF-8 | 驛노쉠碣俑 | 111010011010100110011011111010111000010110111000111011001000100110100000111001111010001010100011111001001011111110010001 | e9a99beb85b8ec89a0e7a2a3e4bf91 |
UHC | 驛노쉠碣俑 | 11100110101111101011001111101011101111011010101011001010111001011110100110110101 | e6beb3ebbdaacae5e9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)