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 | OZP | 1001001001001111100100100101101001010000 | 924f925a50 |
SJIS-WIN | ?O?ZP | 0011111101001111001111110101101001010000 | 3f4f3f5a50 |
EUC-JP | ?O?ZP | 0011111101001111001111110101101001010000 | 3f4f3f5a50 |
UTF-8 | OZP | 11000010100100100100111111000010100100100101101001010000 | c2924fc2925a50 |
UHC | ?O?ZP | 0011111101001111001111110101101001010000 | 3f4f3f5a50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)