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 | Í | 100110101010000010010000110011011001101010100000 | 9aa090cd9aa0 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???Í?? | 0011111100111111001111111000111110101010101111110011111100111111 | 3f3f3f8faabf3f3f |
UTF-8 | Í | 110000101001101011000010101000001100001010010000110000111000110111000010100110101100001010100000 | c29ac2a0c290c38dc29ac2a0 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)