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 | 螻鷺夢 | 111001011011000110001101111010111001011010110010 | e5b18deb96b2 |
EUC-JP | 螻鷺夢 | 111010101011001110111010111011011100110010110100 | eab3baedccb4 |
UTF-8 | 螻鷺夢 | 111010001001111010111011111010011011011110111010111001011010010010100010 | e89ebbe9b7bae5a4a2 |
UHC | ?鷺夢 | 0011111111010110110111001101100111010011 | 3fd6dcd9d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)