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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 豺アユE | 1110011010110111101100011101010101000101 | e6b7b1d545 |
EUC-JP | 豺アユE | 11101100101110011000111010110001100011101101010101000101 | ecb98eb18ed545 |
UTF-8 | 豺アユE | 11101000101100011011101011101111101111011011000111101111101111101001010101000101 | e8b1baefbdb1efbe9545 |
UHC | 豺??E | 1110001111001111001111110011111101000101 | e3cf3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)