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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 異???? | 100010001101100100111111001111110011111100111111 | 88d93f3f3f3f |
EUC-JP | 異?焌?? | 1011000011011011001111111000111111001001111010000011111100111111 | b0db3f8fc9e83f3f |
UTF-8 | 異렒焌渴內 | 111001111001010110110000111010111010000010010010111001111000010010001100111001101011100010110100111001011000010110100111 | e795b0eba092e7848ce6b8b4e585a7 |
UHC | 異렒焌渴內 | 11101100101101101000111010100111111100011110000011001010111001001101001010101110 | ecb68ea7f1e0cae4d2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)