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 | BN}vBN}vB | 1001101001000010010011100111110101110110100110100100001001001110011111010111011001000010 | 9a424e7d769a424e7d7642 |
SJIS-WIN | ?BN}v?BN}vB | 0011111101000010010011100111110101110110001111110100001001001110011111010111011001000010 | 3f424e7d763f424e7d7642 |
EUC-JP | ?BN}v?BN}vB | 0011111101000010010011100111110101110110001111110100001001001110011111010111011001000010 | 3f424e7d763f424e7d7642 |
UTF-8 | BN}vBN}vB | 11000010100110100100001001001110011111010111011011000010100110100100001001001110011111010111011001000010 | c29a424e7d76c29a424e7d7642 |
UHC | ?BN}v?BN}vB | 0011111101000010010011100111110101110110001111110100001001001110011111010111011001000010 | 3f424e7d763f424e7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)