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 | ÷¬vB | 11110111101011000111011001000010 | f7ac7642 |
SJIS-WIN | ÷¬vB | 100000011000000010000001110010100111011001000010 | 818081ca7642 |
EUC-JP | ÷¬vB | 101000011110000010100010110011000111011001000010 | a1e0a2cc7642 |
UTF-8 | ÷¬vB | 110000111011011111000010101011000111011001000010 | c3b7c2ac7642 |
UHC | ÷?vB | 1010000111000000001111110111011001000010 | a1c03f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)