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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 筌??鬼^ | 11100010101000110011111100111111100010110101001101011110 | e2a33f3f8b535e |
EUC-JP | 筌??鬼^ | 11100100101001010011111100111111101101011011010001011110 | e4a53f3fb5b45e |
UTF-8 | 筌뗫툋鬼^ | 11100111101011011000110011101011100101111010101111101101100010001000101111101001101011001011110001011110 | e7ad8ceb97abed888be9acbc5e |
UHC | 筌뗫툋鬼^ | 111011111010011110001011111010111011100010000011110100001010000101011110 | efa78bebb883d0a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)