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 | 鬧滓ス | 1110100110100111100111111110011010111101 | e9a79fe6bd |
EUC-JP | 鬧滓ス | 111100101010100111011110111010001000111010111101 | f2a9dee88ebd |
UTF-8 | 鬧滓ス | 111010011010110010100111111001101011101110010011111011111011110110111101 | e9aca7e6bb93efbdbd |
UHC | 鬧滓? | 1101011110100010111011101010101100111111 | d7a2eeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)