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 | ??謝 | 00111111001111111000111011010011 | 3f3f8ed3 |
EUC-JP | ?焰謝 | 001111111000111111001001111011111011110011010101 | 3f8fc9efbcd5 |
UTF-8 | 뤵焰謝 | 111010111010010010110101111001111000010010110000111010001010110010011101 | eba4b5e784b0e8ac9d |
UHC | 뤵焰謝 | 100011111110001111100110111110111101111011110011 | 8fe3e6fbdef3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)