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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 巡??^ | 1000111110000100001111110011111101011110 | 8f843f3f5e |
EUC-JP | 巡??^ | 1011110111100100001111110011111101011110 | bde43f3f5e |
UTF-8 | 巡볛댙^ | 11100101101101111010000111101011101100111001101111101011100011001001100101011110 | e5b7a1ebb39beb8c995e |
UHC | 巡볛댙^ | 11100010110111101001001111100010100010001011110101011110 | e2de93e288bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)