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 | 踴幄征 | 111001101111101110011011111010001001000010101010 | e6fb9be890aa |
EUC-JP | 踴幄征 | 111011001111110111010110111010101100000010101100 | ecfdd6eac0ac |
UTF-8 | 踴幄征 | 111010001011100010110100111001011011100110000100111001011011111010000001 | e8b8b4e5b984e5be81 |
UHC | ?幄征 | 0011111111100100110000011110111111010110 | 3fe4c1efd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)