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 | ´÷¶ | 101101001111011110110110 | b4f7b6 |
SJIS-WIN | ´÷¶ | 100000010100110010000001100000001000000111110111 | 814c818081f7 |
EUC-JP | ´÷¶ | 101000011010110110100001111000001010001011111001 | a1ada1e0a2f9 |
UTF-8 | ´÷¶ | 110000101011010011000011101101111100001010110110 | c2b4c3b7c2b6 |
UHC | ´÷¶ | 101000101010010110100001110000001010001011010010 | a2a5a1c0a2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)