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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 篠汐肅テァ | 1000111011000010100011101010110011100011111001111100001110100111 | 8ec28eace3e7c3a7 |
EUC-JP | 篠汐肅テァ | 10111100110001001011110010101110111001101110100110001110110000111000111010100111 | bcc4bcaee6e98ec38ea7 |
UTF-8 | 篠汐肅テァ | 111001111010111110100000111001101011000110010000111010001000001010000101111011111011111010000011111011111011110110100111 | e7afa0e6b190e88285efbe83efbda7 |
UHC | 篠汐肅?? | 1110000111000110111000001011000111100010110111000011111100111111 | e1c6e0b1e2dc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)