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 | ???gB | 0011111100111111001111110110011101000010 | 3f3f3f6742 |
SJIS-WIN | 峨??gB | 100010011110001100111111001111110110011101000010 | 89e33f3f6742 |
EUC-JP | 峨??gB | 101100101110010100111111001111110110011101000010 | b2e53f3f6742 |
UTF-8 | 峨덊뢉gB | 1110010110110011101010001110101110001101100010101110101110100010100010010110011101000010 | e5b3a8eb8d8aeba2896742 |
UHC | 峨덊뢉gB | 1110010010110001100010001110110110001111010001010110011101000010 | e4b188ed8f456742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)