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 | 蝣雅売塚宿 | 11100101101000001000100111101011100101001000010011111010100111001000111101101000 | e5a089eb9484fa9c8f68 |
EUC-JP | 蝣雅売?宿 | 111010101010001010110010111011011100011111100100001111111011110111001001 | eaa2b2edc7e43fbdc9 |
UTF-8 | 蝣雅売塚宿 | 111010001001110110100011111010011001101110000101111001011010001110110010111011111010100010010000111001011010111010111111 | e89da3e99b85e5a3b2efa890e5aebf |
UHC | ?雅??宿 | 00111111111001001011101000111111001111111110001011010110 | 3fe4ba3f3fe2d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)