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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 褪カh褪 | 111001011111001010110110011010001110010111110010 | e5f2b668e5f2 |
EUC-JP | 褪カh褪 | 11101010111101001000111010110110011010001110101011110100 | eaf48eb668eaf4 |
UTF-8 | 褪カh褪 | 11101000101001001010101011101111101111011011011001101000111010001010010010101010 | e8a4aaefbdb668e8a4aa |
UHC | 褪?h褪 | 111101111101101100111111011010001111011111011011 | f7db3f68f7db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)