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 | 11111010111111001001101011100111101100001010101101000010 | fafc9ae7b0ab42 |
EUC-JP | 浯夂ーォB | 10001111110001111100001111010100111010011000111010110000100011101010101101000010 | 8fc7c3d4e98eb08eab42 |
UTF-8 | 浯夂ーォB | 11100110101101011010111111100101101001001000001011101111101111011011000011101111101111011010101101000010 | e6b5afe5a482efbdb0efbdab42 |
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)