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 | 裂阮墹 | 100101111111010011101000100101101001101011001111 | 97f4e8969acf |
EUC-JP | 裂阮墹 | 110011101111011011101111111101101101010011010001 | cef6eff6d4d1 |
UTF-8 | 裂阮墹 | 111010001010001110000010111010011001100010101110111001011010001010111001 | e8a382e998aee5a2b9 |
UHC | 裂阮? | 1101011010101110111010001101011000111111 | d6aee8d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)