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 | 螟懍「岩 | 11100101101001001001110011101100101000101000101011100010 | e5a49ceca28ae2 |
EUC-JP | 螟懍「岩 | 1110101010100110110110001110111010001110101000101011010011100100 | eaa6d8ee8ea2b4e4 |
UTF-8 | 螟懍「岩 | 111010001001111010011111111001101000011110001101111011111011110110100010111001011011001010101001 | e89e9fe6878defbda2e5b2a9 |
UHC | 螟??岩 | 110110011010110100111111001111111110010011011011 | d9ad3f3fe4db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)