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 | 證???町 | 11100110100110100011111100111111001111111001001010101100 | e69a3f3f3f92ac |
EUC-JP | 證???町 | 11101011111110100011111100111111001111111100010010101110 | ebfa3f3f3fc4ae |
UTF-8 | 證븃렭렋町 | 111010001010110110001001111010111011100010000011111010111010000010101101111010111010000010001011111001111001010010111010 | e8ad89ebb883eba0adeba08be794ba |
UHC | 證븃렭렋町 | 11110001111110111011101011101000100011101011101010001110101000101110111111101011 | f1fbbae88eba8ea2efeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)