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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | 猷???~ | 100101110101000100111111001111110011111101111110 | 97513f3f3f7e |
EUC-JP | 猷???~ | 110011011011001000111111001111110011111101111110 | cdb23f3f3f7e |
UTF-8 | 猷띠㉤횩~ | 11100111100011001011011111101011100111011010000011100011100010011010010011101101100110101010100101111110 | e78cb7eb9da0e389a4ed9aa97e |
UHC | 猷띠㉤횩~ | 111010111010001110110110111011001010100010110101110000111001111101111110 | eba3b6eca8b5c39f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)