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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 邂冗沚^ | 11100111101011101000111111100111100111111000110101011110 | e7ae8fe79f8d5e |
EUC-JP | 邂冗沚^ | 11101110101100001011111011101001110111011110110101011110 | eeb0bee9dded5e |
UTF-8 | 邂冗沚^ | 11101001100000101000001011100101100001101001011111100110101100101001101001011110 | e98282e58697e6b29a5e |
UHC | 邂冗沚^ | 11111010101100111110100110110111111100101010111101011110 | fab3e9b7f2af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)