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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鬩滂スャ^ | 11101001101010011001111111101111101111011010110001011110 | e9a99fefbdac5e |
EUC-JP | 鬩滂スャ^ | 111100101010101111011110111100011000111010111101100011101010110001011110 | f2abdef18ebd8eac5e |
UTF-8 | 鬩滂スャ^ | 11101001101011001010100111100110101110111000001011101111101111011011110111101111101111011010110001011110 | e9aca9e6bb82efbdbdefbdac5e |
UHC | ?滂??^ | 001111111101101110110101001111110011111101011110 | 3fdbb53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)