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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畏????? | 10001000110110000011111100111111001111110011111100111111 | 88d83f3f3f3f3f |
EUC-JP | 畏??沅?? | 101100001101101000111111001111111000111111000110111010010011111100111111 | b0da3f3f8fc6e93f3f |
UTF-8 | 畏븐옊沅뤷젇 | 111001111001010110001111111010111011100010010000111011001001100010001010111001101011001010000101111010111010010010110111111011001010000010000111 | e7958febb890ec988ae6b285eba4b7eca087 |
UHC | 畏븐옊沅뤷젇 | 111010001110011010111010111011001001111010010010111010101011011010001111111001011010000010001010 | e8e6baec9e92eab68fe5a08a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)