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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 藥〓?遊 | 11100101010110101000000110101100001111111001011101010110 | e55a81ac3f9756 |
EUC-JP | 藥〓?遊 | 11101001101110111010001010101110001111111100110110110111 | e9bba2ae3fcdb7 |
UTF-8 | 藥〓퀧遊 | 111010001001011110100101111000111000000010010011111011011000000010100111111010011000000110001010 | e897a5e38093ed80a7e9818a |
UHC | 藥〓퀧遊 | 1110010110110111101000011110101110110011100110111110101110110100 | e5b7a1ebb39bebb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)