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 | 10001010010101010100110001101000100010100101010101001100 | 8a554c688a554c |
EUC-JP | 涯Lh涯L | 10110011101101100100110001101000101100111011011001001100 | b3b64c68b3b64c |
UTF-8 | 涯Lh涯L | 111001101011011010101111010011000110100011100110101101101010111101001100 | e6b6af4c68e6b6af4c |
UHC | 涯Lh涯L | 11100100111100110100110001101000111001001111001101001100 | e4f34c68e4f34c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)