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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 楡邀貞B | 10011110101111101110011110110001100100101110010101000010 | 9ebee7b192e542 |
EUC-JP | 楡邀貞B | 11011100110000001110111010110011110001001110011101000010 | dcc0eeb3c4e742 |
UTF-8 | 楡邀貞B | 11100110101001011010000111101001100000101000000011101000101100101001111001000010 | e6a5a1e98280e8b29e42 |
UHC | 楡邀貞B | 11101010111110001110100110101101111011111111011001000010 | eaf8e9adeff642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)