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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | ?勘量??F | 0011111110001010101010001001011111001010001111110011111101000110 | 3f8aa897ca3f3f46 |
EUC-JP | 塼勘量嫄?F | 100011111011100010111001101101001010101011001110110011001000111110111010101000010011111101000110 | 8fb8b9b4aacecc8fbaa13f46 |
UTF-8 | 塼勘量嫄렔F | 11100101101000011011110011100101100010111001100011101001100001111000111111100101101010111000010011101011101000001001010001000110 | e5a1bce58b98e9878fe5ab84eba09446 |
UHC | 塼勘量嫄렔F | 1110111011110100110010101110101111010101111000011110101010110001100011101010100101000110 | eef4caebd5e1eab18ea946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)