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 | ???C\ | 0011111100111111001111110100001101011100 | 3f3f3f435c |
SJIS-WIN | ???C\ | 0011111100111111001111110100001101011100 | 3f3f3f435c |
EUC-JP | ???C\ | 0011111100111111001111110100001101011100 | 3f3f3f435c |
UTF-8 | 溜삳젉C\ | 1110111110100111100010111110110010000010101100111110110010100000100010010100001101011100 | efa78bec82b3eca089435c |
UHC | 溜삳젉C\ | 1110101011111110101110111110101110100000100010110100001101011100 | eafebbeba08b435c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)