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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驕ュ繞キ | 111010011000000110101101111000111000010110110111 | e981ade385b7 |
EUC-JP | 驕ュ繞キ | 1111000111100001100011101010110111100101111001011000111010110111 | f1e18eade5e58eb7 |
UTF-8 | 驕ュ繞キ | 111010011010100110010101111011111011110110101101111001111011100110011110111011111011110110110111 | e9a995efbdade7b99eefbdb7 |
UHC | 驕?繞? | 110011101111011000111111111010011010010000111111 | cef63fe9a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)