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 | 渼式 | 111110110100100110001110101011101111000010110110 | fb498eaef0b6 |
EUC-JP | 渼式? | 100011111100011111110000101111001011000000111111 | 8fc7f0bcb03f |
UTF-8 | 渼式 | 111001101011100010111100111001011011110010001111111011101000000110110101 | e6b8bce5bc8fee81b5 |
UHC | 渼式? | 1101101010110100111000111101001000111111 | dab4e3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)