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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 午??塋 | 100011001101111100111111001111111001101011001000 | 8cdf3f3f9ac8 |
EUC-JP | 午??塋 | 101110001110000100111111001111111101010011001010 | b8e13f3fd4ca |
UTF-8 | 午섉뮈塋 | 111001011000110110001000111011001000010010001001111010111010111010001000111001011010000110001011 | e58d88ec8489ebae88e5a18b |
UHC | 午섉뮈塋 | 1110011111101101100110001110011010111001101111111110011110101011 | e7ed98e6b9bfe7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)