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 | ????mG | 001111110011111100111111001111110110110101000111 | 3f3f3f3f6d47 |
SJIS-WIN | 珎モ」鮏mG | 1110000011011101110100111010001111111100010000110110110101000111 | e0ddd3a3fc436d47 |
EUC-JP | 珎モ」鮏mG | 1110000011011111100011101101001110001110101000111000111111101010110110110110110101000111 | e0df8ed38ea38feadb6d47 |
UTF-8 | 珎モ」鮏mG | 1110011110001111100011101110111110111110100100111110111110111101101000111110100110101110100011110110110101000111 | e78f8eefbe93efbda3e9ae8f6d47 |
UHC | ????mG | 001111110011111100111111001111110110110101000111 | 3f3f3f3f6d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)