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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠍。ヘ茯 | 111001011011011010100001110011011110010010101000 | e5b6a1cde4a8 |
EUC-JP | 蠍。ヘ茯 | 1110101010111000100011101010000110001110110011011110100010101010 | eab88ea18ecde8aa |
UTF-8 | 蠍。ヘ茯 | 111010001010000010001101111011111011110110100001111011111011111010001101111010001000110010101111 | e8a08defbda1efbe8de88caf |
UHC | ???茯 | 0011111100111111001111111101110011011010 | 3f3f3fdcda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)