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 | 鬯ィ貅「豐ソ^ | 11101001101011001010100011100110101110101010001011100110101100101011111101011110 | e9aca8e6baa2e6b2bf5e |
EUC-JP | 鬯ィ貅「豐ソ^ | 11110010101011101000111010101000111011001011110010001110101000101110110010110100100011101011111101011110 | f2ae8ea8ecbc8ea2ecb48ebf5e |
UTF-8 | 鬯ィ貅「豐ソ^ | 11101001101011001010111111101111101111011010100011101000101100101000010111101111101111011010001011101000101100011001000011101111101111011011111101011110 | e9acafefbda8e8b285efbda2e8b190efbdbf5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)