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 | îí³¼ | 111011101110110110001110101100111000111110111100 | eeed8eb38fbc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | îí???? | 10001111101010111100001010001111101010111011111100111111001111110011111100111111 | 8fabc28fabbf3f3f3f3f |
UTF-8 | îí³¼ | 110000111010111011000011101011011100001010001110110000101011001111000010100011111100001010111100 | c3aec3adc28ec2b3c28fc2bc |
UHC | ???³?¼ | 0011111100111111001111111010100111111000001111111010100011111001 | 3f3f3fa9f83fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)