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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 叱?? | 10001110101101100011111100111111 | 8eb63f3f |
EUC-JP | 叱?瑨 | 101111001011100000111111100011111100110011000101 | bcb83f8fccc5 |
UTF-8 | 叱렺瑨 | 111001011000111110110001111010111010000010111010111001111001000110101000 | e58fb1eba0bae791a8 |
UHC | 叱렺瑨 | 111100101110101010001110110000101111001011010011 | f2ea8ec2f2d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)