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 | 猷??佚?5 | 100101110101000100111111001111111001100011000011001111111000001001010100 | 97513f3f98c33f8254 |
EUC-JP | 猷??佚?5 | 110011011011001000111111001111111101000011000101001111111010001110110101 | cdb23f3fd0c53fa3b5 |
UTF-8 | 猷드뭬佚곕5 | 111001111000110010110111111010111001001110011100111010111010110110101100111001001011110110011010111010101011001110010101111011111011110010010101 | e78cb7eb939cebadace4bd9aeab395efbc95 |
UHC | 猷드뭬佚곕5 | 111010111010001110110101111001011011100110111110111011001110101010110000111010111010001110110101 | eba3b5e5b9beeceab0eba3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)