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 | 罍冗勧蕈 | 1110001110100001100011111110011110001010101010011110010011111100 | e3a18fe78aa9e4fc |
EUC-JP | 罍冗勧蕈 | 1110011010100011101111101110100110110100101010111110100011111110 | e6a3bee9b4abe8fe |
UTF-8 | 罍冗勧蕈 | 111001111011110110001101111001011000011010010111111001011000101110100111111010001001010110001000 | e7bd8de58697e58ba7e89588 |
UHC | ?冗?? | 0011111111101001101101110011111100111111 | 3fe9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)