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 | ÷¬^~ | 11110111101011000101111001111110 | f7ac5e7e |
SJIS-WIN | ÷¬^~ | 100000011000000010000001110010100101111001111110 | 818081ca5e7e |
EUC-JP | ÷¬^~ | 101000011110000010100010110011000101111001111110 | a1e0a2cc5e7e |
UTF-8 | ÷¬^~ | 110000111011011111000010101011000101111001111110 | c3b7c2ac5e7e |
UHC | ÷?^~ | 1010000111000000001111110101111001111110 | a1c03f5e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)