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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 應??筌 | 100111001110010000111111001111111110001010100011 | 9ce43f3fe2a3 |
EUC-JP | 應??筌 | 110110001110011000111111001111111110010010100101 | d8e63f3fe4a5 |
UTF-8 | 應욌엠筌 | 111001101000011110001001111011001001101010001100111011001001011110100000111001111010110110001100 | e68789ec9a8cec97a0e7ad8c |
UHC | 應욌엠筌 | 1110101111101011100111101110101110111111101001011110111110100111 | ebeb9eebbfa5efa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)