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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | レ゚ェ釋 | 1101101011011111101010101110011111010111 | dadfaae7d7 |
EUC-JP | レ゚ェ釋 | 1000111011011010100011101101111110001110101010101110111011011001 | 8eda8edf8eaaeed9 |
UTF-8 | レ゚ェ釋 | 111011111011111010011010111011111011111010011111111011111011110110101010111010011000011110001011 | efbe9aefbe9fefbdaae9878b |
UHC | ???釋 | 0011111100111111001111111110000010110111 | 3f3f3fe0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)