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 | 砠蒭砠 | 111000011110011111100100110110001110000111100111 | e1e7e4d8e1e7 |
EUC-JP | 砠蒭砠 | 111000101110100111101000110110101110001011101001 | e2e9e8dae2e9 |
UTF-8 | 砠蒭砠 | 111001111010000010100000111010001001001010101101111001111010000010100000 | e7a0a0e892ade7a0a0 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)