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 | AAAAB | 10010010010000010100000110010010010000010100000101000010 | 92414192414142 |
SJIS-WIN | ?AA?AAB | 00111111010000010100000100111111010000010100000101000010 | 3f41413f414142 |
EUC-JP | ?AA?AAB | 00111111010000010100000100111111010000010100000101000010 | 3f41413f414142 |
UTF-8 | AAAAB | 110000101001001001000001010000011100001010010010010000010100000101000010 | c2924141c292414142 |
UHC | ?AA?AAB | 00111111010000010100000100111111010000010100000101000010 | 3f41413f414142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)