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 | 銹危狽籵 | 1110011111110110100010101110101110010100100000101110001011100000 | e7f68aeb9482e2e0 |
EUC-JP | 銹危狽籵 | 1110111011111000101101001110110111000111111000101110010011100010 | eef8b4edc7e2e4e2 |
UTF-8 | 銹危狽籵 | 111010011000101010111001111001011000110110110001111001111000101110111101111001111011000110110101 | e98ab9e58db1e78bbde7b1b5 |
UHC | 銹危狽? | 11100010110010001110101011001011111110001010110000111111 | e2c8eacbf8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)