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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 煽役煽繹h | 100100001111100010010110111100001001000011111000111000111000100001101000 | 90f896f090f8e38868 |
EUC-JP | 煽役煽繹h | 110000001111101011001100111100101100000011111010111001011110100001101000 | c0faccf2c0fae5e868 |
UTF-8 | 煽役煽繹h | 11100111100001011011110111100101101111011011100111100111100001011011110111100111101110011011100101101000 | e785bde5bdb9e785bde7b9b968 |
UHC | 煽役煽繹h | 111000001100001111100110101101011110000011000011111001101011101001101000 | e0c3e6b5e0c3e6ba68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)