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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踞ソ蝟馨 | 11100110111101011011111111100101100101101000101001011101 | e6f5bfe5968a5d |
EUC-JP | 踞ソ蝟馨 | 1110110011110111100011101011111111101001111101101011001110111110 | ecf78ebfe9f6b3be |
UTF-8 | 踞ソ蝟馨 | 111010001011100010011110111011111011110110111111111010001001110110011111111010011010011010101000 | e8b89eefbdbfe89d9fe9a6a8 |
UHC | 踞?蝟馨 | 11001011111001100011111111101010110110101111101110110000 | cbe63feadafbb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)