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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 壕鍈 | 10001101100010001111101001011110 | 8d88fa5e |
EUC-JP | 壕鍈 | 1011100111101000100011111110010011101001 | b9e88fe4e9 |
UTF-8 | 壕鍈 | 111001011010001110010101111010011000110110001000 | e5a395e98d88 |
UHC | 壕鍈 | 11111011101111011110011111001100 | fbbde7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)