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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 狒猝狒獗 | 1110000010111111111000001100101011100000101111111110000011010011 | e0bfe0cae0bfe0d3 |
EUC-JP | 狒猝狒獗 | 1110000011000001111000001100110011100000110000011110000011010101 | e0c1e0cce0c1e0d5 |
UTF-8 | 狒猝狒獗 | 111001111000101110010010111001111000110010011101111001111000101110010010111001111000110110010111 | e78b92e78c9de78b92e78d97 |
UHC | ?猝?獗 | 001111111111000011110001001111111100111111110001 | 3ff0f13fcff1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)