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 | 瓦??厄 | 100010101010001000111111001111111001011011101111 | 8aa23f3f96ef |
EUC-JP | 瓦??厄 | 101101001010010000111111001111111100110011110001 | b4a43f3fccf1 |
UTF-8 | 瓦€쑒厄 | 111001111001001110100110111000101000001010101100111011001001000110010010111001011000111010000100 | e793a6e282acec9192e58e84 |
UHC | 瓦€쑒厄 | 1110100010111111101000101110011010011100101100011110010011111000 | e8bfa2e69cb1e4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)