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 | àãÝÁü | 11100000111000111000111011011101100011111100000111111100 | e0e38edd8fc1fc |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | àã?Ý?Áü | 1000111110101011101000101000111110101011101010100011111110001111101010101111001000111111100011111010101010100001100011111010101111100100 | 8faba28fabaa3f8faaf23f8faaa18fabe4 |
UTF-8 | àãÝÁü | 1100001110100000110000111010001111000010100011101100001110011101110000101000111111000011100000011100001110111100 | c3a0c3a3c28ec39dc28fc381c3bc |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)