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 | 莇削従莖 | 1110010010110100100011011110110110001111010111011110010010110001 | e4b48ded8f5de4b1 |
EUC-JP | 莇削従莖 | 1110100010110110101110101110111110111101101111101110100010110011 | e8b6baefbdbee8b3 |
UTF-8 | 莇削従莖 | 111010001000111010000111111001011000100110001010111001011011111010010011111010001000111010010110 | e88e87e5898ae5be93e88e96 |
UHC | ?削?莖 | 001111111101111011111011001111111100110011101100 | 3fdefb3fccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)