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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 迹カH | 11100111100100011011011001001000 | e791b648 |
EUC-JP | 迹カH | 1110110111110001100011101011011001001000 | edf18eb648 |
UTF-8 | 迹カH | 11101000101111111011100111101111101111011011011001001000 | e8bfb9efbdb648 |
UHC | 迹?H | 11101110111010010011111101001000 | eee93f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)