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 | 艟括┏蓍 | 1110010001111101100010101000011110000100101011001110010011100111 | e47d8a8784ace4e7 |
EUC-JP | 艟括┏蓍 | 1110011111011110101100111110011110101000101011101110100011101001 | e7deb3e7a8aee8e9 |
UTF-8 | 艟括┏蓍 | 111010001000100110011111111001101000101110101100111000101001010010001111111010001001001110001101 | e8899fe68bace2948fe8938d |
UHC | ?括┏蓍 | 00111111110011101100000010100110101011101110001111001001 | 3fcec0a6aee3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)