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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬮懷ョ搾ィァ | 111010011010101110011100111001011010111010001101111011111010100010100111 | e9ab9ce5ae8defa8a7 |
EUC-JP | 鬮懷ョ搾ィァ | 111100101010110111011000111001111000111010101110101110101111000110001110101010001000111010100111 | f2add8e78eaebaf18ea88ea7 |
UTF-8 | 鬮懷ョ搾ィァ | 111010011010110010101110111001101000011110110111111011111011110110101110111001101001000010111110111011111011110110101000111011111011110110100111 | e9acaee687b7efbdaee690beefbda8efbda7 |
UHC | ?懷?搾?? | 0011111111111100111000110011111111110011101101100011111100111111 | 3ffce33ff3b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)