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 | 鵝昻}鵝昻{^ | 1110101001000000111110101101000001111101111010100100000011111010110100000111101101011110 | ea40fad07dea40fad07b5e |
EUC-JP | 鵝?}鵝?{^ | 111100111010000100111111011111011111001110100001001111110111101101011110 | f3a13f7df3a13f7b5e |
UTF-8 | 鵝昻}鵝昻{^ | 111010011011010110011101111001101001100010111011011111011110100110110101100111011110011010011000101110110111101101011110 | e9b59de698bb7de9b59de698bb7b5e |
UHC | 鵝昻}鵝昻{^ | 1110010010111101111001001110100101111101111001001011110111100100111010010111101101011110 | e4bde4e97de4bde4e97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)