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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 貂ク遽ゥ豎カ^ | 11100110101110001011100011100111101011111010100111100110101100011011011001011110 | e6b8b8e7afa9e6b1b65e |
EUC-JP | 貂ク遽ゥ豎カ^ | 11101100101110101000111010111000111011101011000110001110101010011110110010110011100011101011011001011110 | ecba8eb8eeb18ea9ecb38eb65e |
UTF-8 | 貂ク遽ゥ豎カ^ | 11101000101100101000001011101111101111011011100011101001100000011011110111101111101111011010100111101000101100011000111011101111101111011011011001011110 | e8b282efbdb8e981bdefbda9e8b18eefbdb65e |
UHC | 貂?遽???^ | 111101011011000000111111110010111110100000111111001111110011111101011110 | f5b03fcbe83f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)