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 | 譏ソ逋 | 1110011010011000101111111110011110011001 | e698bfe799 |
EUC-JP | 譏ソ逋 | 111010111111100010001110101111111110110111111001 | ebf88ebfedf9 |
UTF-8 | 譏ソ逋 | 111010001010110110001111111011111011110110111111111010011000000010001011 | e8ad8fefbdbfe9808b |
UHC | 譏?逋 | 1101000111000001001111111111100011100111 | d1c13ff8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)