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 | èàµï½«èù | 1110100011100000101101011110111110111101101010111110100011111001 | e8e0b5efbdabe8f9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èà?ï??èù | 100011111010101110110010100011111010101110100010001111111000111110101011110000010011111100111111100011111010101110110010100011111010101111100011 | 8fabb28faba23f8fabc13f3f8fabb28fabe3 |
UTF-8 | èàµï½«èù | 11000011101010001100001110100000110000101011010111000011101011111100001010111101110000101010101111000011101010001100001110111001 | c3a8c3a0c2b5c3afc2bdc2abc3a8c3b9 |
UHC | ????½??? | 001111110011111100111111001111111010100011110110001111110011111100111111 | 3f3f3f3fa8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)