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 | ??@??@ | 001111110011111101000000001111110011111101000000 | 3f3f403f3f40 |
SJIS-WIN | 偲蒔@偲蒔@ | 10001110110000111000111010101010010000001000111011000011100011101010101001000000 | 8ec38eaa408ec38eaa40 |
EUC-JP | 偲蒔@偲蒔@ | 10111100110001011011110010101100010000001011110011000101101111001010110001000000 | bcc5bcac40bcc5bcac40 |
UTF-8 | 偲蒔@偲蒔@ | 1110010110000001101100101110100010010010100101000100000011100101100000011011001011101000100100101001010001000000 | e581b2e8929440e581b2e8929440 |
UHC | ?蒔@?蒔@ | 0011111111100011110010000100000000111111111000111100100001000000 | 3fe3c8403fe3c840 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)