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 | ¹ãá | 100011101011100110001111111000111110000110011011 | 8eb98fe3e19b |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???ãá? | 00111111001111110011111110001111101010111010101010001111101010111010000100111111 | 3f3f3f8fabaa8faba13f |
UTF-8 | ¹ãá | 110000101000111011000010101110011100001010001111110000111010001111000011101000011100001010011011 | c28ec2b9c28fc3a3c3a1c29b |
UHC | ?¹???? | 00111111101010011111011000111111001111110011111100111111 | 3fa9f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)