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 | 材??圓 | 100011011101111000111111001111111001101010100010 | 8dde3f3f9aa2 |
EUC-JP | 材??圓 | 101110101110000000111111001111111101010010100100 | bae03f3fd4a4 |
UTF-8 | 材꿱짹圓 | 111001101001110110010000111010101011111110110001111011001010011110111001111001011001110010010011 | e69d90eabfb1eca7b9e59c93 |
UHC | 材꿱짹圓 | 1110111010100111101100101110100011000010101100011110101010101101 | eea7b2e8c2b1eaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)