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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 荼暑イ | 1110010010110110100011111000101110110010 | e4b68f8bb2 |
EUC-JP | 荼暑イ | 111010001011100010111101111010111000111010110010 | e8b8bdeb8eb2 |
UTF-8 | 荼暑イ | 111010001000110110111100111001101001101010010001111011111011110110110010 | e88dbce69a91efbdb2 |
UHC | ?暑? | 00111111110111111111010000111111 | 3fdff43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)