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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霍莇治 | 111010001011011111100100101101001000111010100001 | e8b7e4b48ea1 |
EUC-JP | 霍莇治 | 111100001011100111101000101101101011110010100011 | f0b9e8b6bca3 |
UTF-8 | 霍莇治 | 111010011001110010001101111010001000111010000111111001101011001010111011 | e99c8de88e87e6b2bb |
UHC | ??治 | 00111111001111111111011010111101 | 3f3ff6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)