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 | 猷??佚?4 | 100101110101000100111111001111111001100011000011001111111000001001010011 | 97513f3f98c33f8253 |
EUC-JP | 猷??佚?4 | 110011011011001000111111001111111101000011000101001111111010001110110100 | cdb23f3fd0c53fa3b4 |
UTF-8 | 猷득낄佚몃4 | 111001111000110010110111111010111001001110011101111010111000001010000100111001001011110110011010111010111010101010000011111011111011110010010100 | e78cb7eb939deb8284e4bd9aebaa83efbc94 |
UHC | 猷득낄佚몃4 | 111010111010001110110101111001101011001110100101111011001110101010111000111010111010001110110100 | eba3b5e6b3a5eceab8eba3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)