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 | OAOAB | 100111000100111110011111010000011001110001001111100111110100000101000010 | 9c4f9f419c4f9f4142 |
SJIS-WIN | ?O?A?O?AB | 001111110100111100111111010000010011111101001111001111110100000101000010 | 3f4f3f413f4f3f4142 |
EUC-JP | ?O?A?O?AB | 001111110100111100111111010000010011111101001111001111110100000101000010 | 3f4f3f413f4f3f4142 |
UTF-8 | OAOAB | 11000010100111000100111111000010100111110100000111000010100111000100111111000010100111110100000101000010 | c29c4fc29f41c29c4fc29f4142 |
UHC | ?O?A?O?AB | 001111110100111100111111010000010011111101001111001111110100000101000010 | 3f4f3f413f4f3f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)