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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襌懷梛 | 111001011111100110011100111001011001111010001011 | e5f99ce59e8b |
EUC-JP | 襌懷梛 | 111010101111101111011000111001111101101111101011 | eafbd8e7dbeb |
UTF-8 | 襌懷梛 | 111010001010010110001100111001101000011110110111111001101010001010011011 | e8a58ce687b7e6a29b |
UHC | ?懷? | 00111111111111001110001100111111 | 3ffce33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)