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 | テ湘⑨ | 1100001110001111110000111000011101001000 | c38fc38748 |
EUC-JP | テ湘? | 1000111011000011101111101100010100111111 | 8ec3bec53f |
UTF-8 | テ湘⑨ | 111011111011111010000011111001101011100110011000111000101001000110101000 | efbe83e6b998e291a8 |
UHC | ?湘⑨ | 0011111111011111110011111010100011101111 | 3fdfcfa8ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)