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 | 外?洵殉 | 10001010010011110011111110011111101010111000111101111101 | 8a4f3f9fab8f7d |
EUC-JP | 外?洵殉 | 10110011101100000011111111011110101011011011110111011110 | b3b03fdeadbdde |
UTF-8 | 外롈洵殉 | 111001011010010010010110111010111010000110001000111001101011010010110101111001101010111010001001 | e5a496eba188e6b4b5e6ae89 |
UHC | 外롈洵殉 | 1110100011100010100011101100111011100010111001111110001011100110 | e8e28ecee2e7e2e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)