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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
UTF-8 | 룶죟h룶죟 | 11101011101000111011011011101100101000111001111101101000111010111010001110110110111011001010001110011111 | eba3b6eca39f68eba3b6eca39f |
UHC | 룶죟h룶죟 | 100011111010101110100001011101110110100010001111101010111010000101110111 | 8faba177688faba177 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)