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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 耋耋^ | 111000111100110111110111101110101110001111001101111101111011101001011110 | e3cdf7bae3cdf7ba5e |
EUC-JP | 耋?耋?^ | 11100110110011110011111111100110110011110011111101011110 | e6cf3fe6cf3f5e |
UTF-8 | 耋耋^ | 11101000100000001000101111101110100101101001110111101000100000001000101111101110100101101001110101011110 | e8808bee969de8808bee969d5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)