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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 猷?┰?G | 10010111010100010011111110000100101110110011111101000111 | 97513f84bb3f47 |
EUC-JP | 猷?┰?G | 11001101101100100011111110101000101111010011111101000111 | cdb23fa8bd3f47 |
UTF-8 | 猷띠┰횩G | 11100111100011001011011111101011100111011010000011100010100101001011000011101101100110101010100101000111 | e78cb7eb9da0e294b0ed9aa947 |
UHC | 猷띠┰횩G | 111010111010001110110110111011001010011010111101110000111001111101000111 | eba3b6eca6bdc39f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)