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 | 射耳 | 111100101110001010001110110010111000111010101000 | f2e28ecb8ea8 |
EUC-JP | ?射耳 | 0011111110111100110011011011110010101010 | 3fbccdbcaa |
UTF-8 | 射耳 | 111011101000100010011001111001011011000010000100111010001000000010110011 | ee8899e5b084e880b3 |
UHC | ?射耳 | 0011111111011110110100101110110010111100 | 3fded2ecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)