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 | 荏耕?腫 | 10001001011000001000110101101011001111111000111011101110 | 89608d6b3f8eee |
EUC-JP | 荏耕?腫 | 10110001110000011011100111001100001111111011110011110000 | b1c1b9cc3fbcf0 |
UTF-8 | 荏耕異腫 | 111010001000110110001111111010001000000010010101111011111010010110100010111010001000010110101011 | e88d8fe88095efa5a2e885ab |
UHC | 荏耕異腫 | 1110110011111011110011001110100111010111111001001111000011111110 | ecfbcce9d7e4f0fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)