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 | èµ±hèµ | 111010001011010110110001011010001110100010110101 | e8b5b168e8b5 |
SJIS-WIN | ??±h?? | 00111111001111111000000101111101011010000011111100111111 | 3f3f817d683f3f |
EUC-JP | è?±hè? | 1000111110101011101100100011111110100001110111100110100010001111101010111011001000111111 | 8fabb23fa1de688fabb23f |
UTF-8 | èµ±hèµ | 1100001110101000110000101011010111000010101100010110100011000011101010001100001010110101 | c3a8c2b5c2b168c3a8c2b5 |
UHC | ??±h?? | 00111111001111111010000110111110011010000011111100111111 | 3f3fa1be683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)