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 | AnAO | 10010010010000010110111010010010010000011001001001001111 | 92416e9241924f |
SJIS-WIN | ?An?A?O | 00111111010000010110111000111111010000010011111101001111 | 3f416e3f413f4f |
EUC-JP | ?An?A?O | 00111111010000010110111000111111010000010011111101001111 | 3f416e3f413f4f |
UTF-8 | AnAO | 11000010100100100100000101101110110000101001001001000001110000101001001001001111 | c292416ec29241c2924f |
UHC | ?An?A?O | 00111111010000010110111000111111010000010011111101001111 | 3f416e3f413f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)