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 | ü¾ä½ | 1001000011111100100011001000111110011101101111101110010010111101 | 90fc8c8f9dbee4bd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?ü????ä? | 001111111000111110101011111001000011111100111111001111110011111110001111101010111010001100111111 | 3f8fabe43f3f3f3f8faba33f |
UTF-8 | ü¾ä½ | 11000010100100001100001110111100110000101000110011000010100011111100001010011101110000101011111011000011101001001100001010111101 | c290c3bcc28cc28fc29dc2bec3a4c2bd |
UHC | ?????¾?½ | 00111111001111110011111100111111001111111010100011111010001111111010100011110110 | 3f3f3f3f3fa8fa3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)