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 | Á®ÒÙ¼®nB | 1100000110101110110100101101100110111100101011100110111001000010 | c1aed2d9bcae6e42 |
SJIS-WIN | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
EUC-JP | Á®ÒÙ?®nB | 100011111010101010100001100011111010001011101110100011111010101011010010100011111010101011100011001111111000111110100010111011100110111001000010 | 8faaa18fa2ee8faad28faae33f8fa2ee6e42 |
UTF-8 | Á®ÒÙ¼®nB | 1100001110000001110000101010111011000011100100101100001110011001110000101011110011000010101011100110111001000010 | c381c2aec392c399c2bcc2ae6e42 |
UHC | ?®??¼®nB | 0011111110100010111001110011111100111111101010001111100110100010111001110110111001000010 | 3fa2e73f3fa8f9a2e76e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)