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 | ??]??]B | 00111111001111110101110100111111001111110101110101000010 | 3f3f5d3f3f5d42 |
SJIS-WIN | ??]??]B | 00111111001111110101110100111111001111110101110101000010 | 3f3f5d3f3f5d42 |
EUC-JP | ??]??]B | 00111111001111110101110100111111001111110101110101000010 | 3f3f5d3f3f5d42 |
UTF-8 | 혲처]혲처]B | 111011011001100010110010111011001011001010011000010111011110110110011000101100101110110010110010100110000101110101000010 | ed98b2ecb2985ded98b2ecb2985d42 |
UHC | 혲처]혲처]B | 1100001010011001110000111011001101011101110000101001100111000011101100110101110101000010 | c299c3b35dc299c3b35d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)