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 | テケ雹 | 11000011101110011110100010111001 | c3b9e8b9 |
EUC-JP | テケ雹 | 100011101100001110001110101110011111000010111011 | 8ec38eb9f0bb |
UTF-8 | テケ雹 | 111011111011111010000011111011111011110110111001111010011001101110111001 | efbe83efbdb9e99bb9 |
UHC | ??雹 | 00111111001111111101101011011111 | 3f3fdadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)