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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 治屡自蒔B | 100011101010000110001110110001101000111010101001100011101010101001000010 | 8ea18ec68ea98eaa42 |
EUC-JP | 治屡自蒔B | 101111001010001110111100110010001011110010101011101111001010110001000010 | bca3bcc8bcabbcac42 |
UTF-8 | 治屡自蒔B | 11100110101100101011101111100101101100011010000111101000100001111010101011101000100100101001010001000010 | e6b2bbe5b1a1e887aae8929442 |
UHC | 治?自蒔B | 1111011010111101001111111110110110111011111000111100100001000010 | f6bd3fedbbe3c842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)