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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 揶??而? | 10011101100010000011111100111111100011101010011100111111 | 9d883f3f8ea73f |
EUC-JP | 揶??而? | 11011001111010000011111100111111101111001010100100111111 | d9e83f3fbca93f |
UTF-8 | 揶쏅맦而얙 | 111001101000111110110110111011001000111110000101111010111010011110100110111010001000000010001100111011001001011010011001 | e68fb6ec8f85eba7a6e8808cec9699 |
UHC | 揶쏅맦而얙 | 11100101101010101001101111101011100100001010111111101100101110111001111001000010 | e5aa9beb90afecbb9e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)