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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 薰エh薰エ | 11111011100111101011010001101000111110111001111010110100 | fb9eb468fb9eb4 |
EUC-JP | ?エh?エ | 00111111100011101011010001101000001111111000111010110100 | 3f8eb4683f8eb4 |
UTF-8 | 薰エh薰エ | 11101000100101101011000011101111101111011011010001101000111010001001011010110000111011111011110110110100 | e896b0efbdb468e896b0efbdb4 |
UHC | 薰?h薰? | 11111101101110010011111101101000111111011011100100111111 | fdb93f68fdb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)