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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?鞋}?鞋{^ | 001111111110100011011100011111010011111111101000110111000111101101011110 | 3fe8dc7d3fe8dc7b5e |
EUC-JP | ?鞋}?鞋{^ | 001111111111000011011110011111010011111111110000110111100111101101011110 | 3ff0de7d3ff0de7b5e |
UTF-8 | 뤗鞋}뤗鞋{^ | 111010111010010010010111111010011001111010001011011111011110101110100100100101111110100110011110100010110111101101011110 | eba497e99e8b7deba497e99e8b7b5e |
UHC | 뤗鞋}뤗鞋{^ | 1000111111000111111110111011100101111101100011111100011111111011101110010111101101011110 | 8fc7fbb97d8fc7fbb97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)