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 | 啼??愿?逡 | 100110100110010100111111001111111001110011000011001111111110011110010101 | 9a653f3f9cc33fe795 |
EUC-JP | 啼??愿?逡 | 110100111100011000111111001111111101100011000101001111111110110111110101 | d3c63f3fd8c53fedf5 |
UTF-8 | 啼ㅸ拉愿렖逡 | 111001011001010110111100111000111000010110111000111011111010010010100101111001101000010010111111111010111010000010010110111010011000000010100001 | e595bce385b8efa4a5e684bfeba096e980a1 |
UHC | 啼ㅸ拉愿렖逡 | 111100001010011010100100111010001101000111111110111010101011010010001110101010111111000111100100 | f0a6a4e8d1feeab48eabf1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)