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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 爲獨獰 | 111000001010100011100000110101011110000011010110 | e0a8e0d5e0d6 |
EUC-JP | 爲獨獰 | 111000001010101011100000110101111110000011011000 | e0aae0d7e0d8 |
UTF-8 | 爲獨獰 | 111001111000100010110010111001111000110110101000111001111000110110110000 | e788b2e78da8e78db0 |
UHC | 爲獨獰 | 111010101101001111010100101111001110011110111110 | ead3d4bce7be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)