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 | è¾°xè¾° | 11101000101111101011000001111000111010001011111010110000 | e8beb078e8beb0 |
SJIS-WIN | ??°x??° | 001111110011111110000001100010110111100000111111001111111000000110001011 | 3f3f818b783f3f818b |
EUC-JP | è?°xè?° | 10001111101010111011001000111111101000011110101101111000100011111010101110110010001111111010000111101011 | 8fabb23fa1eb788fabb23fa1eb |
UTF-8 | è¾°xè¾° | 11000011101010001100001010111110110000101011000001111000110000111010100011000010101111101100001010110000 | c3a8c2bec2b078c3a8c2bec2b0 |
UHC | ?¾°x?¾° | 0011111110101000111110101010000111000110011110000011111110101000111110101010000111000110 | 3fa8faa1c6783fa8faa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)