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 | ??E??B | 001111110011111101000101001111110011111101000010 | 3f3f453f3f42 |
SJIS-WIN | 偲悉E篠磁B | 10001110110000111000111010111011010001011000111011000010100011101010010101000010 | 8ec38ebb458ec28ea542 |
EUC-JP | 偲悉E篠磁B | 10111100110001011011110010111101010001011011110011000100101111001010011101000010 | bcc5bcbd45bcc4bca742 |
UTF-8 | 偲悉E篠磁B | 1110010110000001101100101110011010000010100010010100010111100111101011111010000011100111101000111000000101000010 | e581b2e6828945e7afa0e7a38142 |
UHC | ?悉E篠磁B | 001111111110001111111010010001011110000111000110111011011011100001000010 | 3fe3fa45e1c6edb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)