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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | セュ雹治 | 101111101010110111101000101110011000111010100001 | beade8b98ea1 |
EUC-JP | セュ雹治 | 1000111010111110100011101010110111110000101110111011110010100011 | 8ebe8eadf0bbbca3 |
UTF-8 | セュ雹治 | 111011111011110110111110111011111011110110101101111010011001101110111001111001101011001010111011 | efbdbeefbdade99bb9e6b2bb |
UHC | ??雹治 | 001111110011111111011010110111111111011010111101 | 3f3fdadff6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)