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 | ?эⅥ甕 | 00111111100001001000111110000111010110011110000101010000 | 3f848f8759e150 |
EUC-JP | ?э?甕 | 001111111010011111101111001111111110000110110001 | 3fa7ef3fe1b1 |
UTF-8 | 捻эⅥ甕 | 1110111110100110101001001101000110001101111000101000010110100101111001111001010010010101 | efa6a4d18de285a5e79495 |
UHC | 捻эⅥ甕 | 1110011011110111101011001110111110100101101101011110100010111000 | e6f7acefa5b5e8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)