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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?瓏?葬 | 001111111110000011111010001111111001000110010010 | 3fe0fa3f9192 |
EUC-JP | 鋌瓏?葬 | 1000111111100100101110111110000011111100001111111100000111110010 | 8fe4bbe0fc3fc1f2 |
UTF-8 | 鋌瓏짯葬 | 111010011000101110001100111001111001001110001111111011001010011110101111111010001001000110101100 | e98b8ce7938feca7afe891ac |
UHC | 鋌瓏짯葬 | 1110111111111011110101101110101011000010101011011110110111110111 | effbd6eac2adedf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)