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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 劑???? | 100110011001110100111111001111110011111100111111 | 999d3f3f3f3f |
EUC-JP | 劑???饔 | 1101000111111101001111110011111100111111100011111110100011101111 | d1fd3f3f3f8fe8ef |
UTF-8 | 劑흔렍렰饔 | 111001011000101010010001111011011001110110010100111010111010000010001101111010111010000010110000111010011010010110010100 | e58a91ed9d94eba08deba0b0e9a594 |
UHC | 劑흔렍렰饔 | 11110000101001011100100011100111100011101010001110001110101111011110100010111101 | f0a5c8e78ea38ebde8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)