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 | ã^ Z | 111000110101111010010000100001011001000001011010 | e35e9085905a |
SJIS-WIN | ?^???Z | 001111110101111000111111001111110011111101011010 | 3f5e3f3f3f5a |
EUC-JP | ã^???Z | 1000111110101011101010100101111000111111001111110011111101011010 | 8fabaa5e3f3f3f5a |
UTF-8 | ã^ Z | 11000011101000110101111011000010100100001100001010000101110000101001000001011010 | c3a35ec290c285c2905a |
UHC | ?^???Z | 001111110101111000111111001111110011111101011010 | 3f5e3f3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)