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 | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-WIN | 濔胞k}濔胞k{^ | 11100000010111011001011001000101011010110111110111100000010111011001011001000101011010110111101101011110 | e05d96456b7de05d96456b7b5e |
EUC-JP | 濔胞k}濔胞k{^ | 11011111101111101100101110100110011010110111110111011111101111101100101110100110011010110111101101011110 | dfbecba66b7ddfbecba66b7b5e |
UTF-8 | 濔胞k}濔胞k{^ | 1110011010111111100101001110100010000011100111100110101101111101111001101011111110010100111010001000001110011110011010110111101101011110 | e6bf94e8839e6b7de6bf94e8839e6b7b5e |
UHC | ?胞k}?胞k{^ | 0011111111111000111000000110101101111101001111111111100011100000011010110111101101011110 | 3ff8e06b7d3ff8e06b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)