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 | 拗瘟\ | 1001110101011000111000011000100101011100 | 9d58e1895c |
EUC-JP | 拗瘟\ | 1101100110111001111000011110100101011100 | d9b9e1e95c |
UTF-8 | 拗瘟\ | 11100110100010111001011111100111100110001001111101011100 | e68b97e7989f5c |
UHC | 拗瘟\ | 1110100011110011111010001011000001011100 | e8f3e8b05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)