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 | 貊捺ゥ区貊 | 1110011010111011100100111110011010101001100010111110011011110111100101101110011010111011 | e6bb93e6a98be6f796e6bb |
EUC-JP | 貊捺ゥ区?貊 | 1110110010111101110001101110100010001110101010011011011011101000001111111110110010111101 | ecbdc6e88ea9b6e83fecbd |
UTF-8 | 貊捺ゥ区貊 | 111010001011001010001010111001101000110110111010111011111011110110101001111001011000110010111010111011101001010110111001111010001011001010001010 | e8b28ae68dbaefbda9e58cbaee95b9e8b28a |
UHC | 貊捺???貊 | 110110001110011111010001111101000011111100111111001111111101100011100111 | d8e7d1f43f3f3fd8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)