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 | 10001110110000111000111010101000100011101100001110001110101000010111110101000010 | 8ec38ea88ec38ea17d42 |
EUC-JP | 偲耳偲治}B | 10111100110001011011110010101010101111001100010110111100101000110111110101000010 | bcc5bcaabcc5bca37d42 |
UTF-8 | 偲耳偲治}B | 1110010110000001101100101110100010000000101100111110010110000001101100101110011010110010101110110111110101000010 | e581b2e880b3e581b2e6b2bb7d42 |
UHC | ?耳?治}B | 0011111111101100101111000011111111110110101111010111110101000010 | 3fecbc3ff6bd7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)