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 | 貔貔譱^ | 111001101011111011110010101010111110011010111110111000111011111101011110 | e6bef2abe6bee3bf5e |
EUC-JP | 貔?貔譱^ | 1110110011000000001111111110110011000000111001101100000101011110 | ecc03fecc0e6c15e |
UTF-8 | 貔貔譱^ | 11101000101100101001010011101110100001111010001011101000101100101001010011101000101011011011000101011110 | e8b294ee87a2e8b294e8adb15e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)