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 | ?}??^ | 0011111101111101001111110011111101011110 | 3f7d3f3f5e |
SJIS-WIN | ?}??^ | 0011111101111101001111110011111101011110 | 3f7d3f3f5e |
EUC-JP | ?}??^ | 0011111101111101001111110011111101011110 | 3f7d3f3f5e |
UTF-8 | 묧}묧뫏^ | 1110101110101100101001110111110111101011101011001010011111101011101010111000111101011110 | ebaca77debaca7ebab8f5e |
UHC | 묧}묧뫏^ | 1001000111111110011111011001000111111110100100011011000101011110 | 91fe7d91fe91b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)