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 | 默珸\ | 1110000011010010111000001110011101011100 | e0d2e0e75c |
EUC-JP | 默珸\ | 1110000011010100111000001110100101011100 | e0d4e0e95c |
UTF-8 | 默珸\ | 11101001101110111001100011100111100011111011100001011100 | e9bb98e78fb85c |
UHC | 默?\ | 11011001111110010011111101011100 | d9f93f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)