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 | 鬻}鬻{^ | 1110001011110110111100111111100101111101111000101111011011110011111110010111101101011110 | e2f6f3f97de2f6f3f97b5e |
EUC-JP | 鬻?}鬻?{^ | 111001001111100000111111011111011110010011111000001111110111101101011110 | e4f83f7de4f83f7b5e |
UTF-8 | 鬻}鬻{^ | 111010011010110010111011111011101000101110101100011111011110100110101100101110111110111010001011101011000111101101011110 | e9acbbee8bac7de9acbbee8bac7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)