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 | 薰句ア。豎 | 1111101110011110100010111110010110110001101000011110011010110001 | fb9e8be5b1a1e6b1 |
EUC-JP | ?句ア。豎 | 001111111011011011100111100011101011000110001110101000011110110010110011 | 3fb6e78eb18ea1ecb3 |
UTF-8 | 薰句ア。豎 | 111010001001011010110000111001011000111110100101111011111011110110110001111011111011110110100001111010001011000110001110 | e896b0e58fa5efbdb1efbda1e8b18e |
UHC | 薰句??? | 11111101101110011100111110100011001111110011111100111111 | fdb9cfa33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)