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 | 1001101010111111111001000110100101000010 | 9abfe46942 |
EUC-JP | 堊臺B | 1101010011000001111001111100101001000010 | d4c1e7ca42 |
UTF-8 | 堊臺B | 11100101101000001000101011101000100001111011101001000010 | e5a08ae887ba42 |
UHC | 堊臺B | 1110010010111110110100111110011001000010 | e4bed3e642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)