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 | 1001100101011011100110010101101101000010 | 995b995b42 |
EUC-JP | 兌兌B | 1101000110111100110100011011110001000010 | d1bcd1bc42 |
UTF-8 | 兌兌B | 11100101100001011000110011100101100001011000110001000010 | e5858ce5858c42 |
UHC | 兌兌B | 1111011110111010111101111011101001000010 | f7baf7ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)