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 | 霎ソ螟喞^ | 1110100010111110101111111110010110100100100110100110001101011110 | e8bebfe5a49a635e |
EUC-JP | 霎ソ螟喞^ | 111100001100000010001110101111111110101010100110110100111100010001011110 | f0c08ebfeaa6d3c45e |
UTF-8 | 霎ソ螟喞^ | 11101001100111001000111011101111101111011011111111101000100111101001111111100101100101101001111001011110 | e99c8eefbdbfe89e9fe5969e5e |
UHC | ??螟?^ | 001111110011111111011001101011010011111101011110 | 3f3fd9ad3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)