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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雎∫夢蝪 | 1110100010110001100000011110011110010110101100101110010110100001 | e8b181e796b2e5a1 |
EUC-JP | 雎∫夢蝪 | 1111000010110011101000101110100111001100101101001110101010100011 | f0b3a2e9ccb4eaa3 |
UTF-8 | 雎∫夢蝪 | 111010011001101110001110111000101000100010101011111001011010010010100010111010001001110110101010 | e99b8ee288abe5a4a2e89daa |
UHC | 雎∫夢? | 11101110110100011010000111110010110110011101001100111111 | eed1a1f2d9d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)