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 | ?hF}v?hF}vB | 0011111101101000010001100111110101110110001111110110100001000110011111010111011001000010 | 3f68467d763f68467d7642 |
SJIS-WIN | ?hF}v?hF}vB | 0011111101101000010001100111110101110110001111110110100001000110011111010111011001000010 | 3f68467d763f68467d7642 |
EUC-JP | ?hF}v?hF}vB | 0011111101101000010001100111110101110110001111110110100001000110011111010111011001000010 | 3f68467d763f68467d7642 |
UTF-8 | 묪hF}v묪hF}vB | 111010111010110010101010011010000100011001111101011101101110101110101100101010100110100001000110011111010111011001000010 | ebacaa68467d76ebacaa68467d7642 |
UHC | 묪hF}v묪hF}vB | 10010010010000100110100001000110011111010111011010010010010000100110100001000110011111010111011001000010 | 924268467d76924268467d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)