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 | ??~? | 00111111001111110111111000111111 | 3f3f7e3f |
SJIS-WIN | 閼ア~蠅 | 111010001000010010110001011111101110010110100010 | e884b17ee5a2 |
EUC-JP | 閼ア~蠅 | 11101111111001001000111010110001011111101110101010100100 | efe48eb17eeaa4 |
UTF-8 | 閼ア~蠅 | 11101001100101101011110011101111101111011011000101111110111010001010000010000101 | e996bcefbdb17ee8a085 |
UHC | 閼?~蠅 | 111001001101100100111111011111101110001110110010 | e4d93f7ee3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)