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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 疾?^ | 10001110101111100011111101011110 | 8ebe3f5e |
EUC-JP | 疾?^ | 10111100110000000011111101011110 | bcc03f5e |
UTF-8 | 疾섞^ | 11100111100101101011111011101100100001001001111001011110 | e796beec849e5e |
UHC | 疾섞^ | 1111001011110000101111001010111101011110 | f2f0bcaf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)