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 | 要ε?役 | 10010111011101101000001111000011001111111001011011110000 | 977683c33f96f0 |
EUC-JP | 要ε?役 | 11001101110101111010011011000101001111111100110011110010 | cdd7a6c53fccf2 |
UTF-8 | 要ε윜役 | 1110100010100110100000011100111010110101111011001001110010011100111001011011110110111001 | e8a681ceb5ec9c9ce5bdb9 |
UHC | 要ε윜役 | 1110100110101001101001011110010110011111100111111110011010110101 | e9a9a5e59f9fe6b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)