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 | ?~? | 001111110111111000111111 | 3f7e3f |
SJIS-WIN | 辰~達 | 1001001001000011011111101001001001000010 | 92437e9242 |
EUC-JP | 辰~達 | 1100001110100100011111101100001110100011 | c3a47ec3a3 |
UTF-8 | 辰~達 | 11101000101111101011000001111110111010011000000110010100 | e8beb07ee98194 |
UHC | 辰~達 | 1111001011100011011111101101001110111001 | f2e37ed3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)