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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???橈??^ | 0011111100111111001111111001111011110100001111110011111101011110 | 3f3f3f9ef43f3f5e |
EUC-JP | ???橈??^ | 0011111100111111001111111101110011110110001111110011111101011110 | 3f3f3fdcf63f3f5e |
UTF-8 | 麗덈젗橈녿젗^ | 11101111101001101000100011101011100011011000100011101100101000001001011111100110101010011000100011101011100001011011111111101100101000001001011101011110 | efa688eb8d88eca097e6a988eb85bfeca0975e |
UHC | 麗덈젗橈녿젗^ | 11100110101100001000100011101011101000001001001111101000111110101000011011101011101000001001001101011110 | e6b088eba093e8fa86eba0935e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)