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 | 阡馴エ | 1110100010010100100100111110100110110100 | e89493e9b4 |
EUC-JP | 阡馴エ | 111011111111010011000110111010111000111010110100 | eff4c6eb8eb4 |
UTF-8 | 阡馴エ | 111010011001100010100001111010011010011010110100111011111011110110110100 | e998a1e9a6b4efbdb4 |
UHC | 阡馴? | 1111010011000110111000101111100000111111 | f4c6e2f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)