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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 語⑥?] | 100011001110101010000111010001010011111101011101 | 8cea87453f5d |
EUC-JP | 語??] | 1011100011101100001111110011111101011101 | b8ec3f3f5d |
UTF-8 | 語⑥폍] | 11101000101010101001111011100010100100011010010111101101100011111000110101011101 | e8aa9ee291a5ed8f8d5d |
UHC | 語⑥폍] | 11100101110111101010100011101100101111001001100001011101 | e5dea8ecbc985d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)