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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螳」謌仙邱 | 1110010110101110101000111110011010001000100100001110010111110111100111111110011110110111 | e5aea3e68890e5f79fe7b7 |
EUC-JP | 螳」謌仙?邱 | 1110101010110000100011101010001111101011111010001100000011100111001111111110111010111001 | eab08ea3ebe8c0e73feeb9 |
UTF-8 | 螳」謌仙邱 | 111010001001111010110011111011111011110110100011111010001010110010001100111001001011101110011001111011101001011010000010111010011000001010110001 | e89eb3efbda3e8ac8ce4bb99ee9682e982b1 |
UHC | 螳??仙?邱 | 110100111101100100111111001111111110000010111001001111111100111111001000 | d3d93f3fe0b93fcfc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)