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 | 雋カ隱、 | 111010001011001010110110111010001010101010100100 | e8b2b6e8aaa4 |
EUC-JP | 雋カ隱、 | 1111000010110100100011101011011011110000101011001000111010100100 | f0b48eb6f0ac8ea4 |
UTF-8 | 雋カ隱、 | 111010011001101110001011111011111011110110110110111010011001101010110001111011111011110110100100 | e99b8befbdb6e99ab1efbda4 |
UHC | 雋?隱? | 111100011110011000111111111010111101111100111111 | f1e63febdf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)