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 | 1001100011001000001111110011111101000101 | 98c83f3f45 |
EUC-JP | 佇?ŦE | 11010000110010100011111110001111101010011010111101000101 | d0ca3f8fa9af45 |
UTF-8 | 佇ㅾŦE | 111001001011110110000111111000111000010110111110110001011010011001000101 | e4bd87e385bec5a645 |
UHC | 佇ㅾŦE | 11101110101101111010010011101110101010001010111001000101 | eeb7a4eea8ae45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)