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 | 荼暑秋 | 111001001011011010001111100010111000111101001000 | e4b68f8b8f48 |
EUC-JP | 荼暑秋 | 111010001011100010111101111010111011110110101001 | e8b8bdebbda9 |
UTF-8 | 荼暑秋 | 111010001000110110111100111001101001101010010001111001111010011110001011 | e88dbce69a91e7a78b |
UHC | ?暑秋 | 0011111111011111111101001111010111010101 | 3fdff4f5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)