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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 篠竺篠叱 | 1000111011000010100011101011000110001110110000101000111010110110 | 8ec28eb18ec28eb6 |
EUC-JP | 篠竺篠叱 | 1011110011000100101111001011001110111100110001001011110010111000 | bcc4bcb3bcc4bcb8 |
UTF-8 | 篠竺篠叱 | 111001111010111110100000111001111010101110111010111001111010111110100000111001011000111110110001 | e7afa0e7abbae7afa0e58fb1 |
UHC | 篠竺篠叱 | 1110000111000110111101011110011111100001110001101111001011101010 | e1c6f5e7e1c6f2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)