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 | 鋗痔蒔裔 | 11111011110100001000111010100100111100001011001110001110101010101110010111100001 | fbd08ea4f0b38eaae5e1 |
EUC-JP | 鋗痔?蒔裔 | 10001111111001001100000110111100101001100011111110111100101011001110101011100011 | 8fe4c1bca63fbcaceae3 |
UTF-8 | 鋗痔蒔裔 | 111010011000101110010111111001111001011110010100111011101000000110110010111010001001001010010100111010001010001110010100 | e98b97e79794ee81b2e89294e8a394 |
UHC | ?痔?蒔裔 | 0011111111110110110000000011111111100011110010001110011111100000 | 3ff6c03fe3c8e7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)