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 | 裃∃シ緕 | 11100101110111111000000111001110101111001110001110001110 | e5df81cebce38e |
EUC-JP | 裃∃シ緕 | 1110101011100001101000101101000010001110101111001110010111101110 | eae1a2d08ebce5ee |
UTF-8 | 裃∃シ緕 | 111010001010001110000011111000101000100010000011111011111011110110111100111001111011011110010101 | e8a383e28883efbdbce7b795 |
UHC | ?∃?? | 0011111110100010101001000011111100111111 | 3fa2a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)