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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 酌邪貲BF | 1000111011011110100011101101011111100110110001010100001001000110 | 8ede8ed7e6c54246 |
EUC-JP | 酌邪貲BF | 1011110011100000101111001101100111101100110001110100001001000110 | bce0bcd9ecc74246 |
UTF-8 | 酌邪貲BF | 1110100110000101100011001110100110000010101010101110100010110010101100100100001001000110 | e9858ce982aae8b2b24246 |
UHC | 酌邪?BF | 11101101110011001101111011110111001111110100001001000110 | edccdef73f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)