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 | A³U® | 1001001001000001100100011011001110010010010101011001000110101110 | 924191b3925591ae |
SJIS-WIN | ?A???U?? | 0011111101000001001111110011111100111111010101010011111100111111 | 3f413f3f3f553f3f |
EUC-JP | ?A???U?® | 00111111010000010011111100111111001111110101010100111111100011111010001011101110 | 3f413f3f3f553f8fa2ee |
UTF-8 | A³U® | 1100001010010010010000011100001010010001110000101011001111000010100100100101010111000010100100011100001010101110 | c29241c291c2b3c29255c291c2ae |
UHC | ?A?³?U?® | 00111111010000010011111110101001111110000011111101010101001111111010001011100111 | 3f413fa9f83f553fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)