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 | 隘湮キ | 1110100010100101100111111100111010110111 | e8a59fceb7 |
EUC-JP | 隘湮キ | 111100001010011111011110110100001000111010110111 | f0a7ded08eb7 |
UTF-8 | 隘湮キ | 111010011001101010011000111001101011100110101110111011111011110110110111 | e99a98e6b9aeefbdb7 |
UHC | 隘湮? | 1110010011110110111011001101110000111111 | e4f6ecdc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)