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 | 鏃?帝耕堤 | 111010000101011000111111100100101110100110001101011010111001001011100111 | e8563f92e98d6b92e7 |
EUC-JP | 鏃?帝耕堤 | 111011111011011100111111110001001110101110111001110011001100010011101001 | efb73fc4ebb9ccc4e9 |
UTF-8 | 鏃렦帝耕堤 | 111010011000111110000011111010111010000010100110111001011011100010011101111010001000000010010101111001011010000010100100 | e98f83eba0a6e5b89de88095e5a0a4 |
UHC | 鏃렦帝耕堤 | 11110000111011001000111010110101111100001010100011001100111010011111000010100111 | f0ec8eb5f0a8cce9f0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)