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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 霆疑 | 11101000101110111000101101011110 | e8bb8b5e |
EUC-JP | 霆疑 | 11110000101111011011010110111111 | f0bdb5bf |
UTF-8 | 霆疑 | 111010011001110010000110111001111001011010010001 | e99c86e79691 |
UHC | 霆疑 | 11101111111111011110101111110111 | effdebf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)