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 | 10001110110000111000111010111011100011101100001110001110101101100111110101000010 | 8ec38ebb8ec38eb67d42 |
EUC-JP | 偲悉偲叱}B | 10111100110001011011110010111101101111001100010110111100101110000111110101000010 | bcc5bcbdbcc5bcb87d42 |
UTF-8 | 偲悉偲叱}B | 1110010110000001101100101110011010000010100010011110010110000001101100101110010110001111101100010111110101000010 | e581b2e68289e581b2e58fb17d42 |
UHC | ?悉?叱}B | 0011111111100011111110100011111111110010111010100111110101000010 | 3fe3fa3ff2ea7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)