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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螟懍「眼 | 111001011010010010011100111011001010001010001010111000011111001010100100 | e5a49ceca28ae1f2a4 |
EUC-JP | 螟懍「眼? | 111010101010011011011000111011101000111010100010101101001110001100111111 | eaa6d8ee8ea2b4e33f |
UTF-8 | 螟懍「眼 | 111010001001111010011111111001101000011110001101111011111011110110100010111001111001110010111100111011101000011110011011 | e89e9fe6878defbda2e79cbcee879b |
UHC | 螟??眼? | 11011001101011010011111100111111111001001101000100111111 | d9ad3f3fe4d13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)