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 | 1110010110110011101010001110101110001101100010101110110010010100101011010110011101000010 | e5b3a8eb8d8aec94ad6742 |
UHC | 峨덊씭gB | 1110010010110001100010001110110110011101101111100110011101000010 | e4b188ed9dbe6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)