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 | 螻鷺怱 | 111001011011000110001101111010111001110010000100 | e5b18deb9c84 |
EUC-JP | 螻鷺怱 | 111010101011001110111010111011011101011111100100 | eab3baedd7e4 |
UTF-8 | 螻鷺怱 | 111010001001111010111011111010011011011110111010111001101000000010110001 | e89ebbe9b7bae680b1 |
UHC | ?鷺? | 00111111110101101101110000111111 | 3fd6dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)