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 | 雉∵搏雖 | 1110100010110011100000011110011010011101100100111110010110101011 | e8b381e69d93e5ab |
EUC-JP | 雉∵搏雖 | 1111000010110101101000101110100011011001111100111110101010101101 | f0b5a2e8d9f3eaad |
UTF-8 | 雉∵搏雖 | 111010011001101110001001111000101000100010110101111001101001000010001111111010011001101110010110 | e99b89e288b5e6908fe99b96 |
UHC | 雉∵搏雖 | 1111011011001011101000011111000111011010110100011110001011001100 | f6cba1f1dad1e2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)