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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 褫朱勝 | 111001011111001110001110111010011000111110011111 | e5f38ee98f9f |
EUC-JP | 褫朱勝 | 111010101111010110111100111010111011111010100001 | eaf5bcebbea1 |
UTF-8 | 褫朱勝 | 111010001010010010101011111001101001110010110001111001011000101110011101 | e8a4abe69cb1e58b9d |
UHC | ?朱勝 | 0011111111110001101110011110001110101101 | 3ff1b9e3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)