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 | 禪?彫 | 1110001001010111001111111001001010100100 | e2573f92a4 |
EUC-JP | 禪?彫 | 1110001110111000001111111100010010100110 | e3b83fc4a6 |
UTF-8 | 禪蟬彫 | 111001111010011010101010111010001001111110101100111001011011110110101011 | e7a6aae89face5bdab |
UHC | 禪蟬彫 | 111000001100100111100000110100011111000011000001 | e0c9e0d1f0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)