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 | O_B | 1001011101001111100110100101111101000010 | 974f9a5f42 |
SJIS-WIN | ?O?_B | 0011111101001111001111110101111101000010 | 3f4f3f5f42 |
EUC-JP | ?O?_B | 0011111101001111001111110101111101000010 | 3f4f3f5f42 |
UTF-8 | O_B | 11000010100101110100111111000010100110100101111101000010 | c2974fc29a5f42 |
UHC | ?O?_B | 0011111101001111001111110101111101000010 | 3f4f3f5f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)