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 | 邂凩邂几^ | 111001111010111010011001011111011110011110101110100110010111101101011110 | e7ae997de7ae997b5e |
EUC-JP | 邂凩邂几^ | 111011101011000011010001110111101110111010110000110100011101110001011110 | eeb0d1deeeb0d1dc5e |
UTF-8 | 邂凩邂几^ | 11101001100000101000001011100101100001111010100111101001100000101000001011100101100001111010000001011110 | e98282e587a9e98282e587a05e |
UHC | 邂?邂?^ | 11111010101100110011111111111010101100110011111101011110 | fab33ffab33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)