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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 丹損G | 1001001001001111100100011011100101000111 | 924f91b947 |
EUC-JP | 丹損G | 1100001110110000110000101011101101000111 | c3b0c2bb47 |
UTF-8 | 丹損G | 11100100101110001011100111100110100100001000110101000111 | e4b8b9e6908d47 |
UHC | 丹損G | 1101001110100001111000011101111101000111 | d3a1e1df47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)