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 | 艶h?攸 | 10001001100100001000001010001000001111111001110110111111 | 899082883f9dbf |
EUC-JP | 艶h?攸 | 10110001111100001010001111101000001111111101101011000001 | b1f0a3e83fdac1 |
UTF-8 | 艶h쐜攸 | 111010001000100110110110111011111011110110001000111011001001000010011100111001101001010010111000 | e889b6efbd88ec909ce694b8 |
UHC | 艶h쐜攸 | 1110011011111101101000111110100010011100100000101110101011110010 | e6fda3e89c82eaf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)