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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?銀?殷^ | 00111111100010111110001000111111100111110111010101011110 | 3f8be23f9f755e |
EUC-JP | ?銀?殷^ | 00111111101101101110010000111111110111011101011001011110 | 3fb6e43fddd65e |
UTF-8 | 렶銀렶殷^ | 11101011101000001011011011101001100010101000000011101011101000001011011011100110101011101011011101011110 | eba0b6e98a80eba0b6e6aeb75e |
UHC | 렶銀렶殷^ | 100011101100000111101011110111101000111011000001111010111101110001011110 | 8ec1ebde8ec1ebdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)