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 | 勇?抒孩? | 1001011101000101001111111001110101010010100110110111011100111111 | 97453f9d529b773f |
EUC-JP | 勇?抒孩? | 1100110110100110001111111101100110110011110101011101100000111111 | cda63fd9b3d5d83f |
UTF-8 | 勇쌆抒孩붶 | 111001011000101110000111111011001000110010000110111001101000101010010010111001011010110110101001111010111011011010110110 | e58b87ec8c86e68a92e5ada9ebb6b6 |
UHC | 勇쌆抒孩붶 | 11101001101110001001101011111001110111111111000111111010101010011001010011100100 | e9b89af9dff1faa994e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)