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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隰晁寐辣ョ | 111010001010110010011101111010001001101110000111111001111000010110101110 | e8ac9de89b87e785ae |
EUC-JP | 隰晁寐辣ョ | 11110000101011101101101011101010110101011110011111101101111001011000111010101110 | f0aedaead5e7ede58eae |
UTF-8 | 隰晁寐辣ョ | 111010011001101010110000111001101001100110000001111001011010111110010000111010001011111010100011111011111011110110101110 | e99ab0e69981e5af90e8bea3efbdae |
UHC | ?晁寐辣? | 0011111111110000110001011101100011011011110101011011100000111111 | 3ff0c5d8dbd5b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)