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 | 「ェ稾 | 101000101111100110001111101010101110001001101011 | a2f98faae26b |
EUC-JP | 「?ェ稾 | 10001110101000100011111110001110101010101110001111001100 | 8ea23f8eaae3cc |
UTF-8 | 「ェ稾 | 111011111011110110100010111011101001101110101010111011111011110110101010111001111010100010111110 | efbda2ee9baaefbdaae7a8be |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)