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 | ÓÞ}ÓÞ{^ | 11010011110111100111110111010011110111100111101101011110 | d3de7dd3de7b5e |
SJIS-WIN | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | ÓÞ}ÓÞ{^ | 100011111010101011010001100011111010100110110000011111011000111110101010110100011000111110101001101100000111101101011110 | 8faad18fa9b07d8faad18fa9b07b5e |
UTF-8 | ÓÞ}ÓÞ{^ | 1100001110010011110000111001111001111101110000111001001111000011100111100111101101011110 | c393c39e7dc393c39e7b5e |
UHC | ?Þ}?Þ{^ | 001111111010100010101101011111010011111110101000101011010111101101011110 | 3fa8ad7d3fa8ad7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)