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 | 陟夜峺蝨ヲ | 111010001010000010010110111010011001101110110110111001011001110010100110 | e8a096e99bb6e59ca6 |
EUC-JP | 陟夜峺蝨ヲ | 11110000101000101100110011101011110101101011100011101001111111001000111010100110 | f0a2ccebd6b8e9fc8ea6 |
UTF-8 | 陟夜峺蝨ヲ | 111010011001100110011111111001011010010010011100111001011011001110111010111010001001110110101000111011111011110110100110 | e9999fe5a49ce5b3bae89da8efbda6 |
UHC | 陟夜?蝨? | 1111010010110011111001011010100000111111111000111010010000111111 | f4b3e5a83fe3a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)