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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 朎\ | 1111101011011111111100101110101001011100 | fadff2ea5c |
EUC-JP | 朎?\ | 1000111111000010111100000011111101011100 | 8fc2f03f5c |
UTF-8 | 朎\ | 11100110100111001000111011101110100010001010000101011100 | e69c8eee88a15c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)