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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陲冶洞 | 111010001010001010010110111010001001001110110100 | e8a296e893b4 |
EUC-JP | 陲冶洞 | 111100001010010011001100111010101100011010110110 | f0a4cceac6b6 |
UTF-8 | 陲冶洞 | 111010011001100110110010111001011000011010110110111001101011010010011110 | e999b2e586b6e6b49e |
UHC | ?冶洞 | 0011111111100101101001111101010011010111 | 3fe5a7d4d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)