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 | 寃峯???? | 1001101110000011100101011111010100111111001111110011111100111111 | 9b8395f53f3f3f3f |
EUC-JP | 寃峯???? | 1101010111100011110010101111011100111111001111110011111100111111 | d5e3caf73f3f3f3f |
UTF-8 | 寃峯렜븀렡렭 | 111001011010111110000011111001011011001110101111111010111010000010011100111010111011100010000000111010111010000010100001111010111010000010101101 | e5af83e5b3afeba09cebb880eba0a1eba0ad |
UHC | 寃峯렜븀렡렭 | 111010101011001011011100111001111000111010101110101110101110011110001110101100101000111010111010 | eab2dce78eaebae78eb28eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)