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 | ヨ僘ヨ傔^ | 11010110111110100111110111010110111110100111101101011110 | d6fa7dd6fa7b5e |
EUC-JP | ヨ僘ヨ傔^ | 1000111011010110100011111011001010111011100011101101011010001111101100101010001101011110 | 8ed68fb2bb8ed68fb2a35e |
UTF-8 | ヨ僘ヨ傔^ | 11101111101111101001011011100101100000111001100011101111101111101001011011100101100000101001010001011110 | efbe96e58398efbe96e582945e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)