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è¾ | 111010001011111010110000011110001110100010111110 | e8beb078e8be |
SJIS-WIN | ??°x?? | 00111111001111111000000110001011011110000011111100111111 | 3f3f818b783f3f |
EUC-JP | è?°xè? | 1000111110101011101100100011111110100001111010110111100010001111101010111011001000111111 | 8fabb23fa1eb788fabb23f |
UTF-8 | è¾°xè¾ | 1100001110101000110000101011111011000010101100000111100011000011101010001100001010111110 | c3a8c2bec2b078c3a8c2be |
UHC | ?¾°x?¾ | 001111111010100011111010101000011100011001111000001111111010100011111010 | 3fa8faa1c6783fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)