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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 財?樗?^ | 10001101111000000011111110010010100101000011111101011110 | 8de03f92943f5e |
EUC-JP | 財?樗?^ | 10111010111000100011111111000011111101000011111101011110 | bae23fc3f43f5e |
UTF-8 | 財렟樗렡^ | 11101000101100101010000111101011101000001001111111100110101010001001011111101011101000001010000101011110 | e8b2a1eba09fe6a897eba0a15e |
UHC | 財렟樗렡^ | 111011101010111110001110101100001110111011000000100011101011001001011110 | eeaf8eb0eec08eb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)