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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?⇒秘?◇B | 001111111000000111001011100101001110100100111111100000011001111001000010 | 3f81cb94e93f819e42 |
EUC-JP | ?⇒秘?◇B | 001111111010001011001101110010001110101100111111101000011111111001000010 | 3fa2cdc8eb3fa1fe42 |
UTF-8 | 룵⇒秘튀◇B | 11101011101000111011010111100010100001111001001011100111101001111001100011101101100010101000000011100010100101111000011101000010 | eba3b5e28792e7a798ed8a80e2978742 |
UHC | 룵⇒秘튀◇B | 1000111110101010101000101010000111011101111110101100011010100010101000011101111001000010 | 8faaa2a1ddfac6a2a1de42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)