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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 荏耕?窪?裝 | 10001001011000001000110101101011001111111000110001000101001111111110010111100100 | 89608d6b3f8c453fe5e4 |
EUC-JP | 荏耕?窪?裝 | 10110001110000011011100111001100001111111011011110100110001111111110101011100110 | b1c1b9cc3fb7a63feae6 |
UTF-8 | 荏耕異窪렱裝 | 111010001000110110001111111010001000000010010101111011111010010110100010111001111010101010101010111010111010000010110001111010001010001110011101 | e88d8fe88095efa5a2e7aaaaeba0b1e8a39d |
UHC | 荏耕異窪렱裝 | 111011001111101111001100111010011101011111100100111010001100000110001110101111101110110111111011 | ecfbcce9d7e4e8c18ebeedfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)