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 | ððàÐO | 1111000011110000111000001101000001001111 | f0f0e0d04f |
SJIS-WIN | ????O | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
EUC-JP | ððà?O | 1000111110101001110000111000111110101001110000111000111110101011101000100011111101001111 | 8fa9c38fa9c38faba23f4f |
UTF-8 | ððàÐO | 110000111011000011000011101100001100001110100000110000111001000001001111 | c3b0c3b0c3a0c3904f |
UHC | ðð?ÐO | 1010100110100011101010011010001100111111101010001010001001001111 | a9a3a9a33fa8a24f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)