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 | 上骼オ捨 | 10001111111000111110100110001110101101011000111011001100 | 8fe3e98eb58ecc |
EUC-JP | 上骼オ捨 | 1011111011100101111100011110111010001110101101011011110011001110 | bee5f1ee8eb5bcce |
UTF-8 | 上骼オ捨 | 111001001011100010001010111010011010101010111100111011111011110110110101111001101000110110101000 | e4b88ae9aabcefbdb5e68da8 |
UHC | 上??捨 | 110111111011111000111111001111111101111011010111 | dfbe3f3fded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)