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 | 鋪X | 10010101110111011000001001110111 | 95dd8277 |
EUC-JP | 鋪X | 11001010110111111010001111011000 | cadfa3d8 |
UTF-8 | 鋪X | 111010011000101110101010111011111011110010111000 | e98baaefbcb8 |
UHC | 鋪X | 11111000111010001010001111011000 | f8e8a3d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)