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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 楔贍屑^ | 10011110101101101110011011010110100010111111101101011110 | 9eb6e6d68bfb5e |
EUC-JP | 楔贍屑^ | 11011100101110001110110011011000101101101111110101011110 | dcb8ecd8b6fd5e |
UTF-8 | 楔贍屑^ | 11100110101001011001010011101000101101001000110111100101101100011001000101011110 | e6a594e8b48de5b1915e |
UHC | 楔贍屑^ | 11100000110110111110000011101011111000001101101001011110 | e0dbe0ebe0da5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)