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 | 腸? | 100100101011000000111111 | 92b03f |
EUC-JP | 腸? | 110001001011001000111111 | c4b23f |
UTF-8 | 腸렑 | 111010001000010110111000111010111010000010010001 | e885b8eba091 |
UHC | 腸렑 | 11101101111100111000111010100110 | edf38ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)