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 | ¶E¶EB | 100100011011011010010010010001011001000110110110100100100100010101000010 | 91b6924591b6924542 |
SJIS-WIN | ?¶?E?¶?EB | 0011111110000001111101110011111101000101001111111000000111110111001111110100010101000010 | 3f81f73f453f81f73f4542 |
EUC-JP | ?¶?E?¶?EB | 0011111110100010111110010011111101000101001111111010001011111001001111110100010101000010 | 3fa2f93f453fa2f93f4542 |
UTF-8 | ¶E¶EB | 110000101001000111000010101101101100001010010010010001011100001010010001110000101011011011000010100100100100010101000010 | c291c2b6c29245c291c2b6c2924542 |
UHC | ?¶?E?¶?EB | 0011111110100010110100100011111101000101001111111010001011010010001111110100010101000010 | 3fa2d23f453fa2d23f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)