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 | ëçÀçÎÀ | 111010111110011111000000111001111100111011000000 | ebe7c0e7cec0 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ëçÀçÎÀ | 100011111010101110110011100011111010101110101110100011111010101010100010100011111010101110101110100011111010101011000010100011111010101010100010 | 8fabb38fabae8faaa28fabae8faac28faaa2 |
UTF-8 | ëçÀçÎÀ | 110000111010101111000011101001111100001110000000110000111010011111000011100011101100001110000000 | c3abc3a7c380c3a7c38ec380 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)