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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 邂乗殴^ | 11100111101011101000111111100110100010011010001101011110 | e7ae8fe689a35e |
EUC-JP | 邂乗殴^ | 11101110101100001011111011101000101100101010010101011110 | eeb0bee8b2a55e |
UTF-8 | 邂乗殴^ | 11101001100000101000001011100100101110011001011111100110101011101011010001011110 | e98282e4b997e6aeb45e |
UHC | 邂??^ | 1111101010110011001111110011111101011110 | fab33f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)