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 | 懌繖懌絮 | 1001110011100010111000111000010010011100111000101110001101010000 | 9ce2e3849ce2e350 |
EUC-JP | 懌繖懌絮 | 1101100011100100111001011110010011011000111001001110010110110001 | d8e4e5e4d8e4e5b1 |
UTF-8 | 懌繖懌絮 | 111001101000011110001100111001111011100110010110111001101000011110001100111001111011010110101110 | e6878ce7b996e6878ce7b5ae |
UHC | ???絮 | 0011111100111111001111111101111111111100 | 3f3f3fdffc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)