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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 演陳 | 10001001100010011001001011000010 | 898992c2 |
EUC-JP | 演陳 | 10110001111010011100010011000100 | b1e9c4c4 |
UTF-8 | 演陳 | 111001101011110010010100111010011001100110110011 | e6bc94e999b3 |
UHC | 演陳 | 11100110110100011111001011100111 | e6d1f2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)