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 | 100110100101111110011010010011011001101001011111100110100100110101000010 | 9a5f9a4d9a5f9a4d42 |
EUC-JP | 喟哺喟哺B | 110100111100000011010011101011101101001111000000110100111010111001000010 | d3c0d3aed3c0d3ae42 |
UTF-8 | 喟哺喟哺B | 11100101100101101001111111100101100100111011101011100101100101101001111111100101100100111011101001000010 | e5969fe593bae5969fe593ba42 |
UHC | ?哺?哺B | 00111111111110001101010000111111111110001101010001000010 | 3ff8d43ff8d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)