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 | æBíO | 111001100100001010001011111011011000001101001111 | e6428bed834f |
SJIS-WIN | ?B???O | 001111110100001000111111001111110011111101001111 | 3f423f3f3f4f |
EUC-JP | æB?í?O | 10001111101010011100000101000010001111111000111110101011101111110011111101001111 | 8fa9c1423f8fabbf3f4f |
UTF-8 | æBíO | 11000011101001100100001011000010100010111100001110101101110000101000001101001111 | c3a642c28bc3adc2834f |
UHC | æB???O | 10101001101000010100001000111111001111110011111101001111 | a9a1423f3f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)