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 | øãø | 100100001111100011100011100010001001000011111000 | 90f8e38890f8 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?øã??ø | 001111111000111110101001110011001000111110101011101010100011111100111111100011111010100111001100 | 3f8fa9cc8fabaa3f3f8fa9cc |
UTF-8 | øãø | 110000101001000011000011101110001100001110100011110000101000100011000010100100001100001110111000 | c290c3b8c3a3c288c290c3b8 |
UHC | ?ø???ø | 0011111110101001101010100011111100111111001111111010100110101010 | 3fa9aa3f3f3fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)