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 | 邨帷オ妝 | 11100111101101011001101111100111101101011001101101000010 | e7b59be7b59b42 |
EUC-JP | 邨帷オ妝 | 1110111010110111110101101110100110001110101101011101010110100011 | eeb7d6e98eb5d5a3 |
UTF-8 | 邨帷オ妝 | 111010011000001010101000111001011011100010110111111011111011110110110101111001011010011010011101 | e982a8e5b8b7efbdb5e5a69d |
UHC | 邨??? | 1111010110111110001111110011111100111111 | f5be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)