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 | 湜悉湜悉^ | 111110110100011110001110101110111111101101000111100011101011101101011110 | fb478ebbfb478ebb5e |
EUC-JP | 湜悉湜悉^ | 1000111111000111111111001011110010111101100011111100011111111100101111001011110101011110 | 8fc7fcbcbd8fc7fcbcbd5e |
UTF-8 | 湜悉湜悉^ | 11100110101110011001110011100110100000101000100111100110101110011001110011100110100000101000100101011110 | e6b99ce68289e6b99ce682895e |
UHC | 湜悉湜悉^ | 111000111101011111100011111110101110001111010111111000111111101001011110 | e3d7e3fae3d7e3fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)