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 | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-WIN | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
EUC-JP | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
UTF-8 | 뢈z뢈zB | 111010111010001010001000011110101110101110100010100010000111101001000010 | eba2887aeba2887a42 |
UHC | 뢈z뢈zB | 10001111010001000111101010001111010001000111101001000010 | 8f447a8f447a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)