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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 将蕋。゙B | 10001111101010111110010101000010101000011101111001000010 | 8fabe542a1de42 |
EUC-JP | 将蕋。゙B | 101111101010110111101001101000111000111010100001100011101101111001000010 | beade9a38ea18ede42 |
UTF-8 | 将蕋。゙B | 11100101101100001000011011101000100101011000101111101111101111011010000111101111101111101001111001000010 | e5b086e8958befbda1efbe9e42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)