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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蟾濠更^ | 11100101101101111000110110001010100011010101100001011110 | e5b78d8a8d585e |
EUC-JP | 蟾濠更^ | 11101010101110011011100111101010101110011011100101011110 | eab9b9eab9b95e |
UTF-8 | 蟾濠更^ | 11101000100111111011111011100110101111111010000011100110100110111011010001011110 | e89fbee6bfa0e69bb45e |
UHC | 蟾濠更^ | 11100000111010101111101111001100110011001101101001011110 | e0eafbccccda5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)