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 | 10011101010011100100110001101000100111010100111001001100 | 9d4e4c689d4e4c |
EUC-JP | 扼Lh扼L | 11011001101011110100110001101000110110011010111101001100 | d9af4c68d9af4c |
UTF-8 | 扼Lh扼L | 111001101000100110111100010011000110100011100110100010011011110001001100 | e689bc4c68e689bc4c |
UHC | 扼Lh扼L | 11100100111110010100110001101000111001001111100101001100 | e4f94c68e4f94c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)