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 | 移?鬱??? | 1000100011011010001111111001111101010100001111110011111100111111 | 88da3f9f543f3f3f |
EUC-JP | 移?鬱??? | 1011000011011100001111111101110110110101001111110011111100111111 | b0dc3fddb53f3f3f |
UTF-8 | 移렡鬱재렡렖 | 111001111010011110111011111010111010000010100001111010011010110010110001111011001001111010101100111010111010000010100001111010111010000010010110 | e7a7bbeba0a1e9acb1ec9eaceba0a1eba096 |
UHC | 移렡鬱재렡렖 | 111011001011100110001110101100101110101010100110110000001110011110001110101100101000111010101011 | ecb98eb2eaa6c0e78eb28eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)