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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 質篠失 | 1111000010100111100011101011111110001110110000101000111010111000 | f0a78ebf8ec28eb8 |
EUC-JP | ?質篠失 | 00111111101111001100000110111100110001001011110010111010 | 3fbcc1bcc4bcba |
UTF-8 | 質篠失 | 111011101000000110100110111010001011001110101010111001111010111110100000111001011010010010110001 | ee81a6e8b3aae7afa0e5a4b1 |
UHC | ?質篠失 | 00111111111100101111010111100001110001101110001111110111 | 3ff2f5e1c6e3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)