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 | 雍楢エ | 1110100010110100100100111110100010110100 | e8b493e8b4 |
EUC-JP | 雍楢エ | 111100001011011011000110111010101000111010110100 | f0b6c6ea8eb4 |
UTF-8 | 雍楢エ | 111010011001101110001101111001101010010110100010111011111011110110110100 | e99b8de6a5a2efbdb4 |
UHC | 雍楢? | 1110100010111100111010101111100100111111 | e8bceaf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)