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 | 貞?錚??? | 1001001011100101001111111110100001000010001111110011111100111111 | 92e53fe8423f3f3f |
EUC-JP | 貞?錚??? | 1100010011100111001111111110111110100011001111110011111100111111 | c4e73fefa33f3f3f |
UTF-8 | 貞렓錚렡롈렏 | 111010001011001010011110111010111010000010010011111010011000110010011010111010111010000010100001111010111010000110001000111010111010000010001111 | e8b29eeba093e98c9aeba0a1eba188eba08f |
UHC | 貞렓錚렡롈렏 | 111011111111011010001110101010001110111010110110100011101011001010001110110011101000111010100101 | eff68ea8eeb68eb28ece8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)