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 | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 贈尊臓族Q] | 10010001101000011001000110111000100100011001111110010001101100000101000101011101 | 91a191b8919f91b0515d |
EUC-JP | 贈尊臓族Q] | 11000010101000111100001010111010110000101010000111000010101100100101000101011101 | c2a3c2bac2a1c2b2515d |
UTF-8 | 贈尊臓族Q] | 1110100010110100100010001110010110110000100010101110100010000111100100111110011010010111100011110101000101011101 | e8b488e5b08ae88793e6978f515d |
UHC | 贈尊?族Q] | 111100011111110011110000111011100011111111110000111010010101000101011101 | f1fcf0ee3ff0e9515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)