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 | Ó¹_nÓ¹_nB | 110100111011100101011111011011101101001110111001010111110110111001000010 | d3b95f6ed3b95f6e42 |
SJIS-WIN | ??_n??_nB | 001111110011111101011111011011100011111100111111010111110110111001000010 | 3f3f5f6e3f3f5f6e42 |
EUC-JP | Ó?_nÓ?_nB | 10001111101010101101000100111111010111110110111010001111101010101101000100111111010111110110111001000010 | 8faad13f5f6e8faad13f5f6e42 |
UTF-8 | Ó¹_nÓ¹_nB | 11000011100100111100001010111001010111110110111011000011100100111100001010111001010111110110111001000010 | c393c2b95f6ec393c2b95f6e42 |
UHC | ?¹_n?¹_nB | 0011111110101001111101100101111101101110001111111010100111110110010111110110111001000010 | 3fa9f65f6e3fa9f65f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)