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 | ??L???? | 00111111001111110100110000111111001111110011111100111111 | 3f3f4c3f3f3f3f |
SJIS-WIN | 偲悉L篠シト鴫 | 1000111011000011100011101011101101001100100011101100001010111100110001001000111010110000 | 8ec38ebb4c8ec2bcc48eb0 |
EUC-JP | 偲悉L篠シト鴫 | 10111100110001011011110010111101010011001011110011000100100011101011110010001110110001001011110010110010 | bcc5bcbd4cbcc48ebc8ec4bcb2 |
UTF-8 | 偲悉L篠シト鴫 | 11100101100000011011001011100110100000101000100101001100111001111010111110100000111011111011110110111100111011111011111010000100111010011011010010101011 | e581b2e682894ce7afa0efbdbcefbe84e9b4ab |
UHC | ?悉L篠??? | 001111111110001111111010010011001110000111000110001111110011111100111111 | 3fe3fa4ce1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)