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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 瓷}瓷{^ | 11100001010010010111110111100001010010010111101101011110 | e1497de1497b5e |
EUC-JP | 瓷}瓷{^ | 11100001101010100111110111100001101010100111101101011110 | e1aa7de1aa7b5e |
UTF-8 | 瓷}瓷{^ | 111001111001001110110111011111011110011110010011101101110111101101011110 | e793b77de793b77b5e |
UHC | 瓷}瓷{^ | 11101101101101100111110111101101101101100111101101011110 | edb67dedb67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)