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 | 梧??藥∽? | 100011001110011000111111001111111110010101011010100000011110010000111111 | 8ce63f3fe55a81e43f |
EUC-JP | 梧??藥∽? | 101110001110100000111111001111111110100110111011101000101110011000111111 | b8e83f3fe9bba2e63f |
UTF-8 | 梧잍뇥藥∽쮳 | 111001101010001010100111111011001001111010001101111010111000011110100101111010001001011110100101111000101000100010111101111011001010111010110011 | e6a2a7ec9e8deb87a5e897a5e288bdecaeb3 |
UHC | 梧잍뇥藥∽쮳 | 111001111111110010011111111001101000011110001101111001011011011110100001111011111010100010010000 | e7fc9fe6878de5b7a1efa890 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)