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 | 意??曜 | 100010001101001100111111001111111001011101101010 | 88d33f3f976a |
EUC-JP | 意??曜 | 101100001101010100111111001111111100110111001011 | b0d53f3fcdcb |
UTF-8 | 意삳죿曜 | 111001101000010010001111111011001000001010110011111011001010001110111111111001101001101110011100 | e6848fec82b3eca3bfe69b9c |
UHC | 意삳죿曜 | 1110101111110010101110111110101110100001100101111110100011111000 | ebf2bbeba197e8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)