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 | 要ょ?餓? | 1001011101110110100000101110010100111111100010011110110000111111 | 977682e53f89ec3f |
EUC-JP | 要ょ?餓? | 1100110111010111101001001110011100111111101100101110111000111111 | cdd7a4e73fb2ee3f |
UTF-8 | 要ょ몱餓쵢 | 111010001010011010000001111000111000001010000111111010111010101010110001111010011010010010010011111011001011010110100010 | e8a681e38287ebaab1e9a493ecb5a2 |
UHC | 要ょ몱餓쵢 | 11101001101010011010101011100111100100011001101011100100101110111010110101000010 | e9a9aae7919ae4bbad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)