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 | 上骼ケ質 | 10001111111000111110100110001110101110011000111010111111 | 8fe3e98eb98ebf |
EUC-JP | 上骼ケ質 | 1011111011100101111100011110111010001110101110011011110011000001 | bee5f1ee8eb9bcc1 |
UTF-8 | 上骼ケ質 | 111001001011100010001010111010011010101010111100111011111011110110111001111010001011001110101010 | e4b88ae9aabcefbdb9e8b3aa |
UHC | 上??質 | 110111111011111000111111001111111111001011110101 | dfbe3f3ff2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)