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? | 00111111001111110100010100111111 | 3f3f453f |
SJIS-WIN | 偲耳E篠 | 10001110110000111000111010101000010001011000111011000010 | 8ec38ea8458ec2 |
EUC-JP | 偲耳E篠 | 10111100110001011011110010101010010001011011110011000100 | bcc5bcaa45bcc4 |
UTF-8 | 偲耳E篠 | 11100101100000011011001011101000100000001011001101000101111001111010111110100000 | e581b2e880b345e7afa0 |
UHC | ?耳E篠 | 001111111110110010111100010001011110000111000110 | 3fecbc45e1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)