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 | ????u | 0011111100111111001111110011111101110101 | 3f3f3f3f75 |
SJIS-WIN | 箏モ」u | 11100010101101011111011110101100110100111010001101110101 | e2b5f7acd3a375 |
EUC-JP | 箏?モ」u | 1110010010110111001111111000111011010011100011101010001101110101 | e4b73f8ed38ea375 |
UTF-8 | 箏モ」u | 11100111101011101000111111101110100101101000111111101111101111101001001111101111101111011010001101110101 | e7ae8fee968fefbe93efbda375 |
UHC | 箏???u | 111011101011010000111111001111110011111101110101 | eeb43f3f3f75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)