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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?? | 0011111100111111 | 3f3f |
EUC-JP | ?莩 | 00111111100011111101100010110010 | 3f8fd8b2 |
UTF-8 | 짴莩 | 111011001010011110110100111010001000111010101001 | eca7b4e88ea9 |
UHC | 짴莩 | 10100100010011101101110110110100 | a44eddb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)