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 | AVAYB | 100100100100000110010010010101101001001001000001100100100101100101000010 | 924192569241925942 |
SJIS-WIN | ?A?V?A?YB | 001111110100000100111111010101100011111101000001001111110101100101000010 | 3f413f563f413f5942 |
EUC-JP | ?A?V?A?YB | 001111110100000100111111010101100011111101000001001111110101100101000010 | 3f413f563f413f5942 |
UTF-8 | AVAYB | 11000010100100100100000111000010100100100101011011000010100100100100000111000010100100100101100101000010 | c29241c29256c29241c2925942 |
UHC | ?A?V?A?YB | 001111110100000100111111010101100011111101000001001111110101100101000010 | 3f413f563f413f5942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)