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 | ñêÌèÀÀ | 111100011110101011001100111010001100000011000000 | f1eacce8c0c0 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ñêÌèÀÀ | 100011111010101111010000100011111010101110110100100011111010101011000000100011111010101110110010100011111010101010100010100011111010101010100010 | 8fabd08fabb48faac08fabb28faaa28faaa2 |
UTF-8 | ñêÌèÀÀ | 110000111011000111000011101010101100001110001100110000111010100011000011100000001100001110000000 | c3b1c3aac38cc3a8c380c380 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)