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 | 0011111100111111100101001110100100111111100000011001111001000010 | 3f3f94e93f819e42 |
EUC-JP | ??秘?◇B | 0011111100111111110010001110101100111111101000011111111001000010 | 3f3fc8eb3fa1fe42 |
UTF-8 | 룴가秘키◇B | 11101011101000111011010011101010101100001000000011100111101001111001100011101101100000101010010011100010100101111000011101000010 | eba3b4eab080e7a798ed82a4e2978742 |
UHC | 룴가秘키◇B | 1000111110101001101100001010000111011101111110101100010110110000101000011101111001000010 | 8fa9b0a1ddfac5b0a1de42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)