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 | 11100011110010000100110001101000111000111100100001001100 | e3c84c68e3c84c |
EUC-JP | 翳Lh翳L | 11100110110010100100110001101000111001101100101001001100 | e6ca4c68e6ca4c |
UTF-8 | 翳Lh翳L | 111001111011111110110011010011000110100011100111101111111011001101001100 | e7bfb34c68e7bfb34c |
UHC | ?Lh?L | 0011111101001100011010000011111101001100 | 3f4c683f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)