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 | ?~?N | 00111111011111100011111101001110 | 3f7e3f4e |
SJIS-WIN | 辰~辰N | 100100100100001101111110100100100100001101001110 | 92437e92434e |
EUC-JP | 辰~辰N | 110000111010010001111110110000111010010001001110 | c3a47ec3a44e |
UTF-8 | 辰~辰N | 1110100010111110101100000111111011101000101111101011000001001110 | e8beb07ee8beb04e |
UHC | 辰~辰N | 111100101110001101111110111100101110001101001110 | f2e37ef2e34e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)