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 | ??ZB | 00111111001111110101101001000010 | 3f3f5a42 |
SJIS-WIN | 蓿、ZB | 1110010011110000101001000101101001000010 | e4f0a45a42 |
EUC-JP | 蓿、ZB | 111010001111001010001110101001000101101001000010 | e8f28ea45a42 |
UTF-8 | 蓿、ZB | 1110100010010011101111111110111110111101101001000101101001000010 | e893bfefbda45a42 |
UHC | ??ZB | 00111111001111110101101001000010 | 3f3f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)