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³A³U | 10010010010000011001000110110011100100100100000110010001101100111001001001010101 | 924191b3924191b39255 |
SJIS-WIN | ?A???A???U | 00111111010000010011111100111111001111110100000100111111001111110011111101010101 | 3f413f3f3f413f3f3f55 |
EUC-JP | ?A???A???U | 00111111010000010011111100111111001111110100000100111111001111110011111101010101 | 3f413f3f3f413f3f3f55 |
UTF-8 | A³A³U | 1100001010010010010000011100001010010001110000101011001111000010100100100100000111000010100100011100001010110011110000101001001001010101 | c29241c291c2b3c29241c291c2b3c29255 |
UHC | ?A?³?A?³?U | 001111110100000100111111101010011111100000111111010000010011111110101001111110000011111101010101 | 3f413fa9f83f413fa9f83f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)