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 | 艟括┏罧 | 1110010001111101100010101000011110000100101011001110001110101100 | e47d8a8784ace3ac |
EUC-JP | 艟括┏罧 | 1110011111011110101100111110011110101000101011101110011010101110 | e7deb3e7a8aee6ae |
UTF-8 | 艟括┏罧 | 111010001000100110011111111001101000101110101100111000101001010010001111111001111011110110100111 | e8899fe68bace2948fe7bda7 |
UHC | ?括┏? | 001111111100111011000000101001101010111000111111 | 3fcec0a6ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)