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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 斜耳靂 | 100011101100111010001110101010001110100011001100 | 8ece8ea8e8cc |
EUC-JP | 斜耳靂 | 101111001101000010111100101010101111000011001110 | bcd0bcaaf0ce |
UTF-8 | 斜耳靂 | 111001101001011010011100111010001000000010110011111010011001110110000010 | e6969ce880b3e99d82 |
UHC | 斜耳靂 | 110111101101100011101100101111001101010111111010 | ded8ecbcd5fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)