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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 堤????? | 10010010111001110011111100111111001111110011111100111111 | 92e73f3f3f3f3f |
EUC-JP | 堤???洧? | 110001001110100100111111001111110011111110001111110001111011010000111111 | c4e93f3f3f8fc7b43f |
UTF-8 | 堤멩렭렏洧렣 | 111001011010000010100100111010111010100110101001111010111010000010101101111010111010000010001111111001101011010010100111111010111010000010100011 | e5a0a4eba9a9eba0adeba08fe6b4a7eba0a3 |
UHC | 堤멩렭렏洧렣 | 111100001010011110111000111001101000111010111010100011101010010111101010111110111000111010110100 | f0a7b8e68eba8ea5eafb8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)