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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 猷??徇?? | 1001011101010001001111110011111110011100011011010011111100111111 | 97513f3f9c6d3f3f |
EUC-JP | 猷??徇?? | 1100110110110010001111110011111111010111110011100011111100111111 | cdb23f3fd7ce3f3f |
UTF-8 | 猷띠㉤徇곣뾾 | 111001111000110010110111111010111001110110100000111000111000100110100100111001011011111010000111111010101011001110100011111010111011111010111110 | e78cb7eb9da0e389a4e5be87eab3a3ebbebe |
UHC | 猷띠㉤徇곣뾾 | 111010111010001110110110111011001010100010110101111000101101111110000001111000101001011110000110 | eba3b6eca8b5e2df81e29786 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)