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 | 鵫霏}鵫霏{^ | 1111110001001000111010001100000001111101111111000100100011101000110000000111101101011110 | fc48e8c07dfc48e8c07b5e |
EUC-JP | 鵫霏}鵫霏{^ | 10001111111010111111101011110000110000100111110110001111111010111111101011110000110000100111101101011110 | 8febfaf0c27d8febfaf0c27b5e |
UTF-8 | 鵫霏}鵫霏{^ | 111010011011010110101011111010011001110010001111011111011110100110110101101010111110100110011100100011110111101101011110 | e9b5abe99c8f7de9b5abe99c8f7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)