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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???詐??? | 0011111100111111001111111000110110111100001111110011111100111111 | 3f3f3f8dbc3f3f3f |
EUC-JP | ???詐??? | 0011111100111111001111111011101010111110001111110011111100111111 | 3f3f3fbabe3f3f3f |
UTF-8 | 劉ㅸ렭詐렯흗렋 | 111011111010011110000111111000111000010110111000111010111010000010101101111010001010100110010000111010111010000010101111111011011001110110010111111010111010000010001011 | efa787e385b8eba0ade8a990eba0afed9d97eba08b |
UHC | 劉ㅸ렭詐렯흗렋 | 1110101011100101101001001110100010001110101110101101111011110001100011101011110011001000111010011000111010100010 | eae5a4e88ebadef18ebcc8e98ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)