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 | 祥珈祥獻^ | 100011111100101111100000110110111000111111001011111000001101100101011110 | 8fcbe0db8fcbe0d95e |
EUC-JP | 祥珈祥獻^ | 101111101100110111100000110111011011111011001101111000001101101101011110 | becde0ddbecde0db5e |
UTF-8 | 祥珈祥獻^ | 11100111101001011010010111100111100011111000100011100111101001011010010111100111100011011011101101011110 | e7a5a5e78f88e7a5a5e78dbb5e |
UHC | 祥?祥獻^ | 1101111111010100001111111101111111010100111110101100110001011110 | dfd43fdfd4facc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)