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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 娃??釗?B | 1000100010100001001111110011111111111011101110110011111101000010 | 88a13f3ffbbb3f42 |
EUC-JP | 娃??釗?B | 101100001010001100111111001111111000111111100011101001100011111101000010 | b0a33f3f8fe3a63f42 |
UTF-8 | 娃듬뙋釗즆B | 11100101101010001000001111101011100100111010110011101011100110011000101111101001100001111001011111101100101001101000011001000010 | e5a883eb93aceb998be98797eca68642 |
UHC | 娃듬뙋釗즆B | 1110100011011111101101011110101110001100100100001110000111110010101000110101010001000010 | e8dfb5eb8c90e1f2a35442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)