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 | ??l綵 | 001111110011111110000010100011001110001101011100 | 3f3f828ce35c |
EUC-JP | ?焰l綵 | 0011111110001111110010011110111110100011111011001110010110111101 | 3f8fc9efa3ece5bd |
UTF-8 | 뤚焰l綵 | 111010111010010010011010111001111000010010110000111011111011110110001100111001111011011010110101 | eba49ae784b0efbd8ce7b6b5 |
UHC | 뤚焰l綵 | 1000111111001001111001101111101110100011111011001111001111110111 | 8fc9e6fba3ecf3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)