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 | 啼潘?葛婢 | 100110100110010111100000010011100011111110001010100010111001101101011000 | 9a65e04e3f8a8b9b58 |
EUC-JP | 啼潘?葛婢 | 110100111100011011011111101011110011111110110011111010111101010110111001 | d3c6dfaf3fb3ebd5b9 |
UTF-8 | 啼潘렒葛婢 | 111001011001010110111100111001101011110110011000111010111010000010010010111010001001000110011011111001011010100110100010 | e595bce6bd98eba092e8919be5a9a2 |
UHC | 啼潘렒葛婢 | 11110000101001101101101011101011100011101010011111001010111001111101110111100110 | f0a6daeb8ea7cae7dde6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)