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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 燁???^ | 111110110101100100111111001111110011111101011110 | fb593f3f3f5e |
EUC-JP | 燁???^ | 10001111110010101011001100111111001111110011111101011110 | 8fcab33f3f3f5e |
UTF-8 | 燁㎮몼횧^ | 11100111100001111000000111100011100011101010111011101011101010101011110011101101100110101010011101011110 | e78781e38eaeebaabced9aa75e |
UHC | 燁㎮몼횧^ | 111001111010011110100111111000101001000110100001110000111001111001011110 | e7a7a7e291a1c39e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)