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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 諤ィ辜ス笏 | 1110011010000000101010001110011110000011101111011110001010010100 | e680a8e783bde294 |
EUC-JP | 諤ィ辜ス笏 | 11101011111000001000111010101000111011011110001110001110101111011110001111110100 | ebe08ea8ede38ebde3f4 |
UTF-8 | 諤ィ辜ス笏 | 111010001010101110100100111011111011110110101000111010001011111010011100111011111011110110111101111001111010110010001111 | e8aba4efbda8e8be9cefbdbde7ac8f |
UHC | ??辜?笏 | 00111111001111111100110111010000001111111111101111101110 | 3f3fcdd03ffbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)