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 | オ僘オ傔^ | 10110101111110100111110110110101111110100111101101011110 | b5fa7db5fa7b5e |
EUC-JP | オ僘オ傔^ | 1000111010110101100011111011001010111011100011101011010110001111101100101010001101011110 | 8eb58fb2bb8eb58fb2a35e |
UTF-8 | オ僘オ傔^ | 11101111101111011011010111100101100000111001100011101111101111011011010111100101100000101001010001011110 | efbdb5e58398efbdb5e582945e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)