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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?Å衷 | 0011111110000001111100001001001010001111 | 3f81f0928f |
EUC-JP | ?Å衷 | 0011111110100010111100101100001111101111 | 3fa2f2c3ef |
UTF-8 | 뤻Å衷 | 111010111010010010111011111000101000010010101011111010001010000110110111 | eba4bbe284abe8a1b7 |
UHC | 뤻Å衷 | 100011111110100110100001110010101111010111111011 | 8fe9a1caf5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)