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 | 蔭逗??? | 10001000111111001001000010000000001111110011111100111111 | 88fc90803f3f3f |
EUC-JP | 蔭逗??? | 10110000111111101011111111100000001111110011111100111111 | b0febfe03f3f3f |
UTF-8 | 蔭逗렪렖炡 | 111010001001010010101101111010011000000010010111111010111010000010101010111010111010000010010110111001111000001010100001 | e894ade98097eba0aaeba096e782a1 |
UHC | 蔭逗렪렖炡 | 11101011111000111101010011101000100011101011100010001110101010111110111111101000 | ebe3d4e88eb88eabefe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)