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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 疾馴\ | 1000111010111110100100111110100101011100 | 8ebe93e95c |
EUC-JP | 疾馴\ | 1011110011000000110001101110101101011100 | bcc0c6eb5c |
UTF-8 | 疾馴\ | 11100111100101101011111011101001101001101011010001011100 | e796bee9a6b45c |
UHC | 疾馴\ | 1111001011110000111000101111100001011100 | f2f0e2f85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)