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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薰ゑス。 | 111110111001111010000010111011111011110110100001 | fb9e82efbda1 |
EUC-JP | ?ゑス。 | 00111111101001001111000110001110101111011000111010100001 | 3fa4f18ebd8ea1 |
UTF-8 | 薰ゑス。 | 111010001001011010110000111000111000001010010001111011111011110110111101111011111011110110100001 | e896b0e38291efbdbdefbda1 |
UHC | 薰ゑ?? | 111111011011100110101010111100010011111100111111 | fdb9aaf13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)