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 | 渦}渦{^ | 10001001010100010111110110001001010100010111101101011110 | 89517d89517b5e |
EUC-JP | 渦}渦{^ | 10110001101100100111110110110001101100100111101101011110 | b1b27db1b27b5e |
UTF-8 | 渦}渦{^ | 111001101011100010100110011111011110011010111000101001100111101101011110 | e6b8a67de6b8a67b5e |
UHC | 渦}渦{^ | 11101000101111100111110111101000101111100111101101011110 | e8be7de8be7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)