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 | ¿£{d | 10111111101000110111101101100100 | bfa37b64 |
SJIS-WIN | ?£{d | 0011111110000001100100100111101101100100 | 3f81927b64 |
EUC-JP | ¿£{d | 10001111101000101100010010100001111100100111101101100100 | 8fa2c4a1f27b64 |
UTF-8 | ¿£{d | 110000101011111111000010101000110111101101100100 | c2bfc2a37b64 |
UHC | ¿?{d | 1010001010101111001111110111101101100100 | a2af3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)