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 | 謦豹 | 11100110100100101001010101011110 | e692955e |
EUC-JP | 謦豹 | 11101011111100101100100110111111 | ebf2c9bf |
UTF-8 | 謦豹 | 111010001010110010100110111010001011000110111001 | e8aca6e8b1b9 |
UHC | ?豹 | 001111111111100011111011 | 3ff8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)