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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蠇竺エ謗ソ | 11111011101000011000111010110001111100001011010110110100111001101000111010111111 | fba18eb1f0b5b4e68ebf |
EUC-JP | ?竺?エ謗ソ | 00111111101111001011001100111111100011101011010011101011111011101000111010111111 | 3fbcb33f8eb4ebee8ebf |
UTF-8 | 蠇竺エ謗ソ | 111010001010000010000111111001111010101110111010111011101000000110110100111011111011110110110100111010001010110010010111111011111011110110111111 | e8a087e7abbaee81b4efbdb4e8ac97efbdbf |
UHC | ?竺??謗? | 0011111111110101111001110011111100111111110110111011111100111111 | 3ff5e73f3fdbbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)