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 | 逖∵ッャ^ | 11100111100110001000000111100110101011111010110001011110 | e79881e6afac5e |
EUC-JP | 逖∵ッャ^ | 111011011111100010100010111010001000111010101111100011101010110001011110 | edf8a2e88eaf8eac5e |
UTF-8 | 逖∵ッャ^ | 11101001100000001001011011100010100010001011010111101111101111011010111111101111101111011010110001011110 | e98096e288b5efbdafefbdac5e |
UHC | ?∵??^ | 001111111010000111110001001111110011111101011110 | 3fa1f13f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)