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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 稜屓 | 10010111110001011001101110011110 | 97c59b9e |
EUC-JP | 稜屓 | 11001110110001111101010111111110 | cec7d5fe |
UTF-8 | 稜屓 | 111001111010100010011100111001011011000110010011 | e7a89ce5b193 |
UHC | 稜? | 110101111101001000111111 | d7d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)