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 | 聟括┏蓍 | 1110001111011011100010101000011110000100101011001110010011100111 | e3db8a8784ace4e7 |
EUC-JP | 聟括┏蓍 | 1110011011011101101100111110011110101000101011101110100011101001 | e6ddb3e7a8aee8e9 |
UTF-8 | 聟括┏蓍 | 111010001000000110011111111001101000101110101100111000101001010010001111111010001001001110001101 | e8819fe68bace2948fe8938d |
UHC | ?括┏蓍 | 00111111110011101100000010100110101011101110001111001001 | 3fcec0a6aee3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)