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 | 担奪単 | 100100100101001110010010010001001001001001010000 | 925392449250 |
EUC-JP | 担奪単 | 110000111011010011000011101001011100001110110001 | c3b4c3a5c3b1 |
UTF-8 | 担奪単 | 111001101000101110000101111001011010010110101010111001011000110110011000 | e68b85e5a5aae58d98 |
UHC | ?奪? | 00111111111101111010110000111111 | 3ff7ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)