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 | 萃銛瑾 | 111001001100001011100111111100111110000011110101 | e4c2e7f3e0f5 |
EUC-JP | 萃銛瑾 | 111010001100010011101110111101011110000011110111 | e8c4eef5e0f7 |
UTF-8 | 萃銛瑾 | 111010001001000010000011111010011000101010011011111001111001000110111110 | e89083e98a9be791be |
UHC | 萃?瑾 | 1111010111111110001111111101000011001000 | f5fe3fd0c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)