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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 陦」遽ゥ豎カ^ | 11101000101000011010001111100111101011111010100111100110101100011011011001011110 | e8a1a3e7afa9e6b1b65e |
EUC-JP | 陦」遽ゥ豎カ^ | 11110000101000111000111010100011111011101011000110001110101010011110110010110011100011101011011001011110 | f0a38ea3eeb18ea9ecb38eb65e |
UTF-8 | 陦」遽ゥ豎カ^ | 11101001100110011010011011101111101111011010001111101001100000011011110111101111101111011010100111101000101100011000111011101111101111011011011001011110 | e999a6efbda3e981bdefbda9e8b18eefbdb65e |
UHC | ??遽???^ | 0011111100111111110010111110100000111111001111110011111101011110 | 3f3fcbe83f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)