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 | 謔雅ヲヲ | 111001101000001010001001111010111010011010100110 | e68289eba6a6 |
EUC-JP | 謔雅ヲヲ | 1110101111100010101100101110110110001110101001101000111010100110 | ebe2b2ed8ea68ea6 |
UTF-8 | 謔雅ヲヲ | 111010001010110010010100111010011001101110000101111011111011110110100110111011111011110110100110 | e8ac94e99b85efbda6efbda6 |
UHC | 謔雅?? | 111110011100110011100100101110100011111100111111 | f9cce4ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)