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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 惑簫茉 | 100110000110011011100010110100101110010010011101 | 9866e2d2e49d |
EUC-JP | 惑簫茉 | 110011111100011111100100110101001110011111111101 | cfc7e4d4e7fd |
UTF-8 | 惑簫茉 | 111001101000001110010001111001111011000010101011111010001000110010001001 | e68391e7b0abe88c89 |
UHC | 惑簫茉 | 111110111110001111100001110001111101100011001001 | fbe3e1c7d8c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)