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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蓁倩┳霎 | 1110010011101011100110001110100010000100101100011110100010111110 | e4eb98e884b1e8be |
EUC-JP | 蓁倩┳霎 | 1110100011101101110100001110101010101000101100111111000011000000 | e8edd0eaa8b3f0c0 |
UTF-8 | 蓁倩┳霎 | 111010001001001110000001111001011000000010101001111000101001010010110011111010011001110010001110 | e89381e580a9e294b3e99c8e |
UHC | ??┳? | 0011111100111111101001101011001100111111 | 3f3fa6b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)