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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 迥∫屓 | 111001111000101010000001111001111001101110011110 | e78a81e79b9e |
EUC-JP | 迥∫屓 | 111011011110101010100010111010011101010111111110 | edeaa2e9d5fe |
UTF-8 | 迥∫屓 | 111010001011111110100101111000101000100010101011111001011011000110010011 | e8bfa5e288abe5b193 |
UHC | ?∫? | 00111111101000011111001000111111 | 3fa1f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)