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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陟上g竏 | 1110100010100000100011111110001110000010100001111110001010001000 | e8a08fe38287e288 |
EUC-JP | 陟上g竏 | 1111000010100010101111101110010110100011111001111110001111101000 | f0a2bee5a3e7e3e8 |
UTF-8 | 陟上g竏 | 111010011001100110011111111001001011100010001010111011111011110110000111111001111010101110001111 | e9999fe4b88aefbd87e7ab8f |
UHC | 陟上g? | 11110100101100111101111110111110101000111110011100111111 | f4b3dfbea3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)