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`OOB | 10010111010011110110000010010111010011110100111101000010 | 974f60974f4f42 |
SJIS-WIN | ?O`?OOB | 00111111010011110110000000111111010011110100111101000010 | 3f4f603f4f4f42 |
EUC-JP | ?O`?OOB | 00111111010011110110000000111111010011110100111101000010 | 3f4f603f4f4f42 |
UTF-8 | O`OOB | 110000101001011101001111011000001100001010010111010011110100111101000010 | c2974f60c2974f4f42 |
UHC | ?O`?OOB | 00111111010011110110000000111111010011110100111101000010 | 3f4f603f4f4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)