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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ??沇??沇B | 0011111100111111100011111100011011101011001111110011111110001111110001101110101101000010 | 3f3f8fc6eb3f3f8fc6eb42 |
UTF-8 | 뤛슬沇뤛슬沇B | 11101011101001001001101111101100100010101010110011100110101100101000011111101011101001001001101111101100100010101010110011100110101100101000011101000010 | eba49bec8aace6b287eba49bec8aace6b28742 |
UHC | 뤛슬沇뤛슬沇B | 10001111110010101011110110111101111001101100110010001111110010101011110110111101111001101100110001000010 | 8fcabdbde6cc8fcabdbde6cc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)