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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??咐??? | 00111111001111111001100111110011001111110011111100111111 | 3f3f99f33f3f3f |
EUC-JP | ??咐??? | 00111111001111111101001011110101001111110011111100111111 | 3f3fd2f53f3f3f |
UTF-8 | 룴점咐룶쾹◈ | 111010111010001110110100111011001010000010010000111001011001001010010000111010111010001110110110111011001011111010111001111000101001011110001000 | eba3b4eca090e59290eba3b6ecbeb9e29788 |
UHC | 룴점咐룶쾹◈ | 100011111010100111000001101000011101110011111011100011111010101110110010100011111010001011000010 | 8fa9c1a1dcfb8fabb28fa2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)