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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 偲汐篠セト七 | 10001110110000111000111010101100100011101100001010111110110001001000111010110101 | 8ec38eac8ec2bec48eb5 |
EUC-JP | 偲汐篠セト七 | 101111001100010110111100101011101011110011000100100011101011111010001110110001001011110010110111 | bcc5bcaebcc48ebe8ec4bcb7 |
UTF-8 | 偲汐篠セト七 | 111001011000000110110010111001101011000110010000111001111010111110100000111011111011110110111110111011111011111010000100111001001011100010000011 | e581b2e6b190e7afa0efbdbeefbe84e4b883 |
UHC | ?汐篠??七 | 001111111110000010110001111000011100011000111111001111111111011011010010 | 3fe0b1e1c63f3ff6d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)