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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 祭攀賓}B | 1000110111010101100111011011001110010101011011110111110101000010 | 8dd59db3956f7d42 |
EUC-JP | 祭攀賓}B | 1011101011010111110110101011010111001001110100000111110101000010 | bad7dab5c9d07d42 |
UTF-8 | 祭攀賓}B | 1110011110100101101011011110011010010100100000001110100010110011100100110111110101000010 | e7a5ade69480e8b3937d42 |
UHC | 祭攀賓}B | 1111000010101110110110101110011111011110101110010111110101000010 | f0aedae7deb97d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)