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 | ?M}v?M}vB | 001111110100110101111101011101100011111101001101011111010111011001000010 | 3f4d7d763f4d7d7642 |
SJIS-WIN | 莵M}v莵M}vB | 1110010010110111010011010111110101110110111001001011011101001101011111010111011001000010 | e4b74d7d76e4b74d7d7642 |
EUC-JP | 莵M}v莵M}vB | 1110100010111001010011010111110101110110111010001011100101001101011111010111011001000010 | e8b94d7d76e8b94d7d7642 |
UTF-8 | 莵M}v莵M}vB | 11101000100011101011010101001101011111010111011011101000100011101011010101001101011111010111011001000010 | e88eb54d7d76e88eb54d7d7642 |
UHC | ?M}v?M}vB | 001111110100110101111101011101100011111101001101011111010111011001000010 | 3f4d7d763f4d7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)