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 | 中儡??閃 | 1001001010000110100110010101001100111111001111111001000101001101 | 928699533f3f914d |
EUC-JP | 中儡??閃 | 1100001111100110110100011011010000111111001111111100000110101110 | c3e6d1b43f3fc1ae |
UTF-8 | 中儡떽뤊閃 | 111001001011100010101101111001011000010010100001111010111001011010111101111010111010010010001010111010011001011010000011 | e4b8ade584a1eb96bdeba48ae99683 |
UHC | 中儡떽뤊閃 | 11110001111010011101011011101101101101101011110110001111101110101110000011101100 | f1e9d6edb6bd8fbae0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)