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 | 蕣酌者萇 | 1110010011111010100011101101111010001110110100101110010011000111 | e4fa8ede8ed2e4c7 |
EUC-JP | 蕣酌者萇 | 1110100011111100101111001110000010111100110101001110100011001001 | e8fcbce0bcd4e8c9 |
UTF-8 | 蕣酌者萇 | 111010001001010110100011111010011000010110001100111010001000000010000101111010001001000010000111 | e895a3e9858ce88085e89087 |
UHC | 蕣酌者? | 11100010111100101110110111001100111011011011101000111111 | e2f2edccedba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)