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 | «àû«® | 1000111110101011111000001111101110001111101010111010111010001111 | 8fabe0fb8fabae8f |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ??àû??®? | 0011111100111111100011111010101110100010100011111010101111100101001111110011111110001111101000101110111000111111 | 3f3f8faba28fabe53f3f8fa2ee3f |
UTF-8 | «àû«® | 11000010100011111100001010101011110000111010000011000011101110111100001010001111110000101010101111000010101011101100001010001111 | c28fc2abc3a0c3bbc28fc2abc2aec28f |
UHC | ??????®? | 001111110011111100111111001111110011111100111111101000101110011100111111 | 3f3f3f3f3f3fa2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)