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 | セュ式治 | 101111101010110110001110101011101000111010100001 | bead8eae8ea1 |
EUC-JP | セュ式治 | 1000111010111110100011101010110110111100101100001011110010100011 | 8ebe8eadbcb0bca3 |
UTF-8 | セュ式治 | 111011111011110110111110111011111011110110101101111001011011110010001111111001101011001010111011 | efbdbeefbdade5bc8fe6b2bb |
UHC | ??式治 | 001111110011111111100011110100101111011010111101 | 3f3fe3d2f6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)