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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 餌?迪???^ | 100010010110000100111111111001111000110000111111001111110011111101011110 | 89613fe78c3f3f3f5e |
EUC-JP | 餌?迪???^ | 101100011100001000111111111011011110110000111111001111110011111101011110 | b1c23fedec3f3f3f5e |
UTF-8 | 餌렺迪렾롎렡^ | 11101001101001001000110011101011101000001011101011101000101111111010101011101011101000001011111011101011101000011000111011101011101000001010000101011110 | e9a48ceba0bae8bfaaeba0beeba18eeba0a15e |
UHC | 餌렺迪렾롎렡^ | 11101100110010001000111011000010111011101110100010001110110001101000111011010100100011101011001001011110 | ecc88ec2eee88ec68ed48eb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)