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 | 滓絞? | 1001111111100110100011010110100100111111 | 9fe68d693f |
EUC-JP | 滓絞? | 1101111011101000101110011100101000111111 | dee8b9ca3f |
UTF-8 | 滓絞렔 | 111001101011101110010011111001111011010110011110111010111010000010010100 | e6bb93e7b59eeba094 |
UHC | 滓絞렔 | 111011101010101111001110111011011000111010101001 | eeabceed8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)