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 | ×ß¾ | 10001110110101111101111110111110 | 8ed7dfbe |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | ?×ß? | 00111111101000011101111110001111101010011100111000111111 | 3fa1df8fa9ce3f |
UTF-8 | ×ß¾ | 1100001010001110110000111001011111000011100111111100001010111110 | c28ec397c39fc2be |
UHC | ?×ß¾ | 00111111101000011011111110101001101011001010100011111010 | 3fa1bfa9aca8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)