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 | 00111111001111110011111110001000110011100011111101000110 | 3f3f3f88ce3f46 |
EUC-JP | ???夷?F | 00111111001111110011111110110000110100000011111101000110 | 3f3f3fb0d03f46 |
UTF-8 | 梨숉삛夷똎F | 11101111101001111010001011101100100010001000100111101100100000101001101111100101101001001011011111101011100110001000111001000110 | efa7a2ec8889ec829be5a4b7eb988e46 |
UHC | 梨숉삛夷똎F | 1110110010110001100110011110110110011000100111101110110010101000100011000100111101000110 | ecb199ed989eeca88c4f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)