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 | 色}色{^ | 10010000010001100111110110010000010001100111101101011110 | 90467d90467b5e |
EUC-JP | 色}色{^ | 10111111101001110111110110111111101001110111101101011110 | bfa77dbfa77b5e |
UTF-8 | 色}色{^ | 111010001000100110110010011111011110100010001001101100100111101101011110 | e889b27de889b27b5e |
UHC | 色}色{^ | 11011111111001000111110111011111111001000111101101011110 | dfe47ddfe47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)