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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?四燉 | 0011111110001110011011001110000010010111 | 3f8e6ce097 |
EUC-JP | ?四燉 | 0011111110111011110011011101111111110111 | 3fbbcddff7 |
UTF-8 | 뤫四燉 | 111010111010010010101011111001011001101110011011111001111000011110001001 | eba4abe59b9be78789 |
UHC | 뤫四燉 | 100011111101100111011110110011001101010011001001 | 8fd9deccd4c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)