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 | 邨匁愕陦 | 1110011110110101100101101110011010011100101100011110100010100001 | e7b596e69cb1e8a1 |
EUC-JP | 邨匁愕陦 | 1110111010110111110011001110100011011000101100111111000010100011 | eeb7cce8d8b3f0a3 |
UTF-8 | 邨匁愕陦 | 111010011000001010101000111001011000110010000001111001101000010010010101111010011001100110100110 | e982a8e58c81e68495e999a6 |
UHC | 邨?愕? | 111101011011111000111111111001001100001100111111 | f5be3fe4c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)