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 | 勇?抒孩?? | 100101110100010100111111100111010101001010011011011101110011111100111111 | 97453f9d529b773f3f |
EUC-JP | 勇?抒孩?璵 | 1100110110100110001111111101100110110011110101011101100000111111100011111100110011100110 | cda63fd9b3d5d83f8fcce6 |
UTF-8 | 勇쌆抒孩볨璵 | 111001011000101110000111111011001000110010000110111001101000101010010010111001011010110110101001111010111011001110101000111001111001001010110101 | e58b87ec8c86e68a92e5ada9ebb3a8e792b5 |
UHC | 勇쌆抒孩볨璵 | 111010011011100010011010111110011101111111110001111110101010100110010011111011101110011010100101 | e9b89af9dff1faa993eee6a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)