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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 薰咲拠 | 111110111001111010001101111001111000101110010010 | fb9e8de78b92 |
EUC-JP | ?咲拠 | 0011111110111010111010011011010111110010 | 3fbae9b5f2 |
UTF-8 | 薰咲拠 | 111010001001011010110000111001011001001010110010111001101000101110100000 | e896b0e592b2e68ba0 |
UHC | 薰?? | 11111101101110010011111100111111 | fdb93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)