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 | ?Wb[?Wb[^ | 001111110101011101100010010110110011111101010111011000100101101101011110 | 3f57625b3f57625b5e |
SJIS-WIN | 鯀Wb[鯀Wb[^ | 1110100110111111010101110110001001011011111010011011111101010111011000100101101101011110 | e9bf57625be9bf57625b5e |
EUC-JP | 鯀Wb[鯀Wb[^ | 1111001011000001010101110110001001011011111100101100000101010111011000100101101101011110 | f2c157625bf2c157625b5e |
UTF-8 | 鯀Wb[鯀Wb[^ | 11101001101011111000000001010111011000100101101111101001101011111000000001010111011000100101101101011110 | e9af8057625be9af8057625b5e |
UHC | ?Wb[?Wb[^ | 001111110101011101100010010110110011111101010111011000100101101101011110 | 3f57625b3f57625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)