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 | ANANB | 100100100100000110010010010011101001001001000001100100100100111001000010 | 9241924e9241924e42 |
SJIS-WIN | ?A?N?A?NB | 001111110100000100111111010011100011111101000001001111110100111001000010 | 3f413f4e3f413f4e42 |
EUC-JP | ?A?N?A?NB | 001111110100000100111111010011100011111101000001001111110100111001000010 | 3f413f4e3f413f4e42 |
UTF-8 | ANANB | 11000010100100100100000111000010100100100100111011000010100100100100000111000010100100100100111001000010 | c29241c2924ec29241c2924e42 |
UHC | ?A?N?A?NB | 001111110100000100111111010011100011111101000001001111110100111001000010 | 3f413f4e3f413f4e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)