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 | è±¢^ | 11101000101100011010001001011110 | e8b1a25e |
SJIS-WIN | ?±¢^ | 001111111000000101111101100000011001000101011110 | 3f817d81915e |
EUC-JP | è±¢^ | 1000111110101011101100101010000111011110101000011111000101011110 | 8fabb2a1dea1f15e |
UTF-8 | è±¢^ | 11000011101010001100001010110001110000101010001001011110 | c3a8c2b1c2a25e |
UHC | ?±?^ | 0011111110100001101111100011111101011110 | 3fa1be3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)