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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 釮ギ釮キワ^ | 111110111011111010110111110111101111101110111110101101111101110001011110 | fbbeb7defbbeb7dc5e |
EUC-JP | 釮ギ釮キワ^ | 100011111110001110110000100011101011011110001110110111101000111111100011101100001000111010110111100011101101110001011110 | 8fe3b08eb78ede8fe3b08eb78edc5e |
UTF-8 | 釮ギ釮キワ^ | 11101001100001111010111011101111101111011011011111101111101111101001111011101001100001111010111011101111101111011011011111101111101111101001110001011110 | e987aeefbdb7efbe9ee987aeefbdb7efbe9c5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)