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 | ?血嫩 | 0011111110001100100011001001101101100011 | 3f8c8c9b63 |
EUC-JP | ?血嫩 | 0011111110110111111011001101010111000100 | 3fb7ecd5c4 |
UTF-8 | 뤯血嫩 | 111010111010010010101111111010001010000110000000111001011010101110101001 | eba4afe8a180e5aba9 |
UHC | 뤯血嫩 | 100011111101110111111010111011001101001011101100 | 8fddfaecd2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)