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 | 拷漬拷?^ | 1000110110001001100100101101000010001101100010010011111101011110 | 8d8992d08d893f5e |
EUC-JP | 拷漬拷?^ | 1011100111101001110001001101001010111001111010010011111101011110 | b9e9c4d2b9e93f5e |
UTF-8 | 拷漬拷헷^ | 11100110100010111011011111100110101111001010110011100110100010111011011111101101100101111011011101011110 | e68bb7e6bcace68bb7ed97b75e |
UHC | 拷漬拷헷^ | 110011011011100011110010101100001100110110111000110001111111001001011110 | cdb8f2b0cdb8c7f25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)