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 | ÷?dB | 11110111001111110110010001000010 | f73f6442 |
SJIS-WIN | ÷¬dB | 100000011000000010000001110010100110010001000010 | 818081ca6442 |
EUC-JP | ÷¬dB | 101000011110000010100010110011000110010001000010 | a1e0a2cc6442 |
UTF-8 | ÷¬dB | 11000011101101111110111110111111101000100110010001000010 | c3b7efbfa26442 |
UHC | ÷¬dB | 101000011100000010100001111111100110010001000010 | a1c0a1fe6442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)