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 | ?®? | 001111111010111000111111 | 3fae3f |
SJIS-WIN | 瓦?? | 10001010101000100011111100111111 | 8aa23f3f |
EUC-JP | 瓦®? | 101101001010010010001111101000101110111000111111 | b4a48fa2ee3f |
UTF-8 | 瓦®떻 | 1110011110010011101001101100001010101110111010111001011010111011 | e793a6c2aeeb96bb |
UHC | 瓦®떻 | 111010001011111110100010111001111011011010111011 | e8bfa2e7b6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)