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 | 貞?錚?宜? | 100100101110010100111111111010000100001000111111100010110101100000111111 | 92e53fe8423f8b583f |
EUC-JP | 貞?錚?宜? | 110001001110011100111111111011111010001100111111101101011011100100111111 | c4e73fefa33fb5b93f |
UTF-8 | 貞렓錚렜宜렔 | 111010001011001010011110111010111010000010010011111010011000110010011010111010111010000010011100111001011010111010011100111010111010000010010100 | e8b29eeba093e98c9aeba09ce5ae9ceba094 |
UHC | 貞렓錚렜宜렔 | 111011111111011010001110101010001110111010110110100011101010111011101011111100011000111010101001 | eff68ea8eeb68eaeebf18ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)