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 | 写乗闔キ | 10001110110010101000111111100110111010001000111010110111 | 8eca8fe6e88eb7 |
EUC-JP | 写乗闔キ | 1011110011001100101111101110100011101111111011101000111010110111 | bcccbee8efee8eb7 |
UTF-8 | 写乗闔キ | 111001011000011010011001111001001011100110010111111010011001011110010100111011111011110110110111 | e58699e4b997e99794efbdb7 |
UHC | ??闔? | 0011111100111111111110011110111100111111 | 3f3ff9ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)