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 | ????}B | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
SJIS-WIN | シト謝邪}B | 1011110011000100100011101101001110001110110101110111110101000010 | bcc48ed38ed77d42 |
EUC-JP | シト謝邪}B | 10001110101111001000111011000100101111001101010110111100110110010111110101000010 | 8ebc8ec4bcd5bcd97d42 |
UTF-8 | シト謝邪}B | 1110111110111101101111001110111110111110100001001110100010101100100111011110100110000010101010100111110101000010 | efbdbcefbe84e8ac9de982aa7d42 |
UHC | ??謝邪}B | 0011111100111111110111101111001111011110111101110111110101000010 | 3f3fdef3def77d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)