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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 畏????^ | 10001000110110000011111100111111001111110011111101011110 | 88d83f3f3f3f5e |
EUC-JP | 畏????^ | 10110000110110100011111100111111001111110011111101011110 | b0da3f3f3f3f5e |
UTF-8 | 畏븐띁流쐃^ | 11100111100101011000111111101011101110001001000011101011100111011000000111101111101001111000101011101100100100001000001101011110 | e7958febb890eb9d81efa78aec90835e |
UHC | 畏븐띁流쐃^ | 1110100011100110101110101110110010001101101111001110101011111100100111000110010101011110 | e8e6baec8dbceafc9c655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)