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 | 拙?證?品 | 1001000011011001001111111110011010011010001111111001010101101001 | 90d93fe69a3f9569 |
EUC-JP | 拙?證?品 | 1100000011011011001111111110101111111010001111111100100111001010 | c0db3febfa3fc9ca |
UTF-8 | 拙렠證렖品 | 111001101000101110011001111010111010000010100000111010001010110110001001111010111010000010010110111001011001001110000001 | e68b99eba0a0e8ad89eba096e59381 |
UHC | 拙렠證렖品 | 11110000111100001000111010110001111100011111101110001110101010111111100110100001 | f0f08eb1f1fb8eabf9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)