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 | 跪餓扮 | 1110011011101100100010011110110010010101101011111111100111111100 | e6ec89ec95aff9fc |
EUC-JP | 跪餓扮? | 11101100111011101011001011101110110010101011000100111111 | eceeb2eecab13f |
UTF-8 | 跪餓扮 | 111010001011011110101010111010011010010010010011111001101000100110101110111011101001110110010111 | e8b7aae9a493e689aeee9d97 |
UHC | ?餓扮? | 001111111110010010111011110111011100101000111111 | 3fe4bbddca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)