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 | 10001110110000111000111010101001100011101100001110001110101000010111110101000010 | 8ec38ea98ec38ea17d42 |
EUC-JP | 偲自偲治}B | 10111100110001011011110010101011101111001100010110111100101000110111110101000010 | bcc5bcabbcc5bca37d42 |
UTF-8 | 偲自偲治}B | 1110010110000001101100101110100010000111101010101110010110000001101100101110011010110010101110110111110101000010 | e581b2e887aae581b2e6b2bb7d42 |
UHC | ?自?治}B | 0011111111101101101110110011111111110110101111010111110101000010 | 3fedbb3ff6bd7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)