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薰ヲ | 11111011100111101010011001101000111110111001111010100110 | fb9ea668fb9ea6 |
EUC-JP | ?ヲh?ヲ | 00111111100011101010011001101000001111111000111010100110 | 3f8ea6683f8ea6 |
UTF-8 | 薰ヲh薰ヲ | 11101000100101101011000011101111101111011010011001101000111010001001011010110000111011111011110110100110 | e896b0efbda668e896b0efbda6 |
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)