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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 得得B | 1001001110111110100100111011111001000010 | 93be93be42 |
EUC-JP | 得得B | 1100011011000000110001101100000001000010 | c6c0c6c042 |
UTF-8 | 得得B | 11100101101111101001011111100101101111101001011101000010 | e5be97e5be9742 |
UHC | 得得B | 1101010011110000110101001111000001000010 | d4f0d4f042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)