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 | Àåóùóù | 110000001110010111110011111110011111001111111001 | c0e5f3f9f3f9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | Àåóùóù | 100011111010101010100010100011111010101110101001100011111010101111010001100011111010101111100011100011111010101111010001100011111010101111100011 | 8faaa28faba98fabd18fabe38fabd18fabe3 |
UTF-8 | Àåóùóù | 110000111000000011000011101001011100001110110011110000111011100111000011101100111100001110111001 | c380c3a5c3b3c3b9c3b3c3b9 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)