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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ????償^ | 00111111001111110011111100111111100011111001111001011110 | 3f3f3f3f8f9e5e |
EUC-JP | ????償^ | 00111111001111110011111100111111101111011111111001011110 | 3f3f3f3fbdfe5e |
UTF-8 | 룫집룫立償^ | 11101011101000111010101111101100101001111001000111101011101000111010101111101111101001111011011111100101100001001001111101011110 | eba3abeca791eba3abefa7b7e5849f5e |
UHC | 룫집룫立償^ | 1000111110100010110000011111110110001111101000101110110110100001110111111100000101011110 | 8fa2c1fd8fa2eda1dfc15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)