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 | ????I | 0011111100111111001111110011111101001001 | 3f3f3f3f49 |
SJIS-WIN | 倭▼?述I | 1001100001100000100000011010010100111111100011110111000101001001 | 986081a53f8f7149 |
EUC-JP | 倭▼?述I | 1100111111000001101000101010011100111111101111011101001001001001 | cfc1a2a73fbdd249 |
UTF-8 | 倭▼뜐述I | 11100101100000001010110111100010100101101011110011101011100111001001000011101000101111111011000001001001 | e580ade296bceb9c90e8bfb049 |
UHC | 倭▼뜐述I | 111010001101111010100001111001011000110110010011111000101111101101001001 | e8dea1e58d93e2fb49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)