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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 但綻嘆莵 | 1001001001000001100100100101110110010010010100011110010010110111 | 9241925d9251e4b7 |
EUC-JP | 但綻嘆莵 | 1100001110100010110000111011111011000011101100101110100010111001 | c3a2c3bec3b2e8b9 |
UTF-8 | 但綻嘆莵 | 111001001011110110000110111001111011011010111011111001011001100010000110111010001000111010110101 | e4bd86e7b6bbe59886e88eb5 |
UHC | 但綻嘆? | 11010011101000111111011110101010111101111010001100111111 | d3a3f7aaf7a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)