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 | ?Lh?L | 0011111101001100011010000011111101001100 | 3f4c683f4c |
SJIS-WIN | 蜈Lh蜈L | 11100101100001010100110001101000111001011000010101001100 | e5854c68e5854c |
EUC-JP | 蜈Lh蜈L | 11101001111001010100110001101000111010011110010101001100 | e9e54c68e9e54c |
UTF-8 | 蜈Lh蜈L | 111010001001110010001000010011000110100011101000100111001000100001001100 | e89c884c68e89c884c |
UHC | 蜈Lh蜈L | 11101000101001010100110001101000111010001010010101001100 | e8a54c68e8a54c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)