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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | マフヤルG | 1100111111001100110101001101100101000111 | cfccd4d947 |
EUC-JP | マフヤルG | 100011101100111110001110110011001000111011010100100011101101100101000111 | 8ecf8ecc8ed48ed947 |
UTF-8 | マフヤルG | 11101111101111101000111111101111101111101000110011101111101111101001010011101111101111101001100101000111 | efbe8fefbe8cefbe94efbe9947 |
UHC | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)