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 | 1001011101001111111000010111111001000010 | 974fe17e42 |
SJIS-WIN | ?O?~B | 0011111101001111001111110111111001000010 | 3f4f3f7e42 |
EUC-JP | ?Oá~B | 00111111010011111000111110101011101000010111111001000010 | 3f4f8faba17e42 |
UTF-8 | Oá~B | 11000010100101110100111111000011101000010111111001000010 | c2974fc3a17e42 |
UHC | ?O?~B | 0011111101001111001111110111111001000010 | 3f4f3f7e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)