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 | 100100100100111110010010010000011001001001001111100100100100000101000010 | 924f9241924f924142 |
SJIS-WIN | ?O?A?O?AB | 001111110100111100111111010000010011111101001111001111110100000101000010 | 3f4f3f413f4f3f4142 |
EUC-JP | ?O?A?O?AB | 001111110100111100111111010000010011111101001111001111110100000101000010 | 3f4f3f413f4f3f4142 |
UTF-8 | OAOAB | 11000010100100100100111111000010100100100100000111000010100100100100111111000010100100100100000101000010 | c2924fc29241c2924fc2924142 |
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)