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}}vA}}vB | 1001001001000001011111010111110101110110100100100100000101111101011111010111011001000010 | 92417d7d7692417d7d7642 |
SJIS-WIN | ?A}}v?A}}vB | 0011111101000001011111010111110101110110001111110100000101111101011111010111011001000010 | 3f417d7d763f417d7d7642 |
EUC-JP | ?A}}v?A}}vB | 0011111101000001011111010111110101110110001111110100000101111101011111010111011001000010 | 3f417d7d763f417d7d7642 |
UTF-8 | A}}vA}}vB | 11000010100100100100000101111101011111010111011011000010100100100100000101111101011111010111011001000010 | c292417d7d76c292417d7d7642 |
UHC | ?A}}v?A}}vB | 0011111101000001011111010111110101110110001111110100000101111101011111010111011001000010 | 3f417d7d763f417d7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)