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 | 啼斑??寃 | 1001101001100101100101001100000100111111001111111001101110000011 | 9a6594c13f3f9b83 |
EUC-JP | 啼斑??寃 | 1101001111000110110010001100001100111111001111111101010111100011 | d3c6c8c33f3fd5e3 |
UTF-8 | 啼斑렭렞寃 | 111001011001010110111100111001101001011010010001111010111010000010101101111010111010000010011110111001011010111110000011 | e595bce69691eba0adeba09ee5af83 |
UHC | 啼斑렭렞寃 | 11110000101001101101101011101000100011101011101010001110101011111110101010110010 | f0a6dae88eba8eafeab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)