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^ÂQ^ | 1100001010001001010100010101111011000010100010010101000101011110 | c289515ec289515e |
SJIS-WIN | ??Q^??Q^ | 0011111100111111010100010101111000111111001111110101000101011110 | 3f3f515e3f3f515e |
EUC-JP | Â?Q^Â?Q^ | 100011111010101010100100001111110101000101011110100011111010101010100100001111110101000101011110 | 8faaa43f515e8faaa43f515e |
UTF-8 | ÂQ^ÂQ^ | 110000111000001011000010100010010101000101011110110000111000001011000010100010010101000101011110 | c382c289515ec382c289515e |
UHC | ??Q^??Q^ | 0011111100111111010100010101111000111111001111110101000101011110 | 3f3f515e3f3f515e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)